You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build Bit firmware but had some troubles with it. Building instructions say:
The production firmware is built using IDF version 5.1, commit 3a45d4e.
Using version from mentioned commit results in many build errors.
It seems that latest firmware was built using IDF 5.1.1 (it can be seen in firmware binary).
With that version it builds (almost) fine.
Then there is a problem with LovyanGFX submodule. Version 1.1.8 doesn't work well with IDF 5.1.1 so at least 1.1.12 has to be used (I've tried 1.1.16 that seems to work just fine).
Could you, please, fix build instructions to point to proper IDF version and also update LovyanGFX to more recent version?
The text was updated successfully, but these errors were encountered:
Hey! I'm also having issues with building. I tried your steps, by using the latest master branch of LovyanGFX, still doesn't work. This time it isn't the libraries and it's the source code itself. Could you share some steps on how do i actually build it?
Hello.
I was trying to build Bit firmware but had some troubles with it. Building instructions say:
Using version from mentioned commit results in many build errors.
It seems that latest firmware was built using IDF
5.1.1
(it can be seen in firmware binary).With that version it builds (almost) fine.
Then there is a problem with
LovyanGFX
submodule. Version1.1.8
doesn't work well with IDF 5.1.1 so at least1.1.12
has to be used (I've tried1.1.16
that seems to work just fine).Could you, please, fix build instructions to point to proper IDF version and also update
LovyanGFX
to more recent version?The text was updated successfully, but these errors were encountered: