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 had a small problem when configuring the firmware - when the board is set to the recommended Despi C02 then the SPI bus is not remapped to the pins that are specified in the config.cpp. When using different ESP32 boards (I've used ESP32-S3) it causes frustration since you can't get the display working.
I'd recommend to just move this block out of #ifdef so that it executes for all board types (shouldn't hurt I guess)
First, thanks for the awesome project!
I had a small problem when configuring the firmware - when the board is set to the recommended Despi C02 then the SPI bus is not remapped to the pins that are specified in the
config.cpp
. When using different ESP32 boards (I've used ESP32-S3) it causes frustration since you can't get the display working.I'd recommend to just move this block out of
#ifdef
so that it executes for all board types (shouldn't hurt I guess)The text was updated successfully, but these errors were encountered: