-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I read ESP32-2432S028
in README, went to Aliexpress, put that into search and ordered 3 boards... Turns out not all ESP32-2432S028
are equal, my is with USB-C port(which I have problem powering via USB-C, but that is different story).
Problem is that both screen(ST7789) and touch(CST820) are different models than this project.
I wonder if I were to open Pull Request... Would you like 2 different build configs for each board or would you prefer detection at runtime so only 1 firmware.bin can be published and distributed, making adoption easier for users, but at same time at least on first boot, multiple screens/touches will need to be probed...
Here is quick dirty commit I made to make it work: DavidKarlas@71ce58d which disabled calibration...