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
Got everything to compile and upload, but just a blank screen. Tried changing:
#define LV_USE_ST7796 1
in lv_config.h, but seems ineffective. I set the default board with:
default_envs = esp32-3248S035C
and that part seemed fine.
The preloaded demo worked when powering on the board, so I assume the board itself is OK.
The text was updated successfully, but these errors were encountered:
It's the *-demo one. I was able to get some of the provided demos from Sunton to work after realizing that one has to set all #defines as command line switches. I noticed in a note on the CYD support pages you may have hacked your copy of this particular board for a different refresh rate. I also may have to learn how to get a crash dump or some output on my run of your demo. Looks like there might be some info there.
Got everything to compile and upload, but just a blank screen. Tried changing:
#define LV_USE_ST7796 1
in lv_config.h, but seems ineffective. I set the default board with:
default_envs = esp32-3248S035C
and that part seemed fine.
The preloaded demo worked when powering on the board, so I assume the board itself is OK.
The text was updated successfully, but these errors were encountered: