-
Hi, I'm trying to compile and program this display on arduino ide. I have the esp32_3248s035c 3.5" capacitive display. Is there any source code that I can adapt for my programming ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi Eagl1, I haven't made any provisions for Arduino GUI bit think that zipping the library directory and defining the defines in the boards definition should do the trick... |
Beta Was this translation helpful? Give feedback.
-
Also, these are the issues I found for this display to get it to work on Arduino platform:
|
Beta Was this translation helpful? Give feedback.
-
If you are prepared to move your platform, try the brilliant Annex32 Rapid Development System which will get your module working immediately but you will have to program in BASIC. Annex32 is only for ESP32 and ESP8266 boards but has a full implementation of BASIC. It also allows you to program the board remotely via WiFi after the initial download by USB. |
Beta Was this translation helpful? Give feedback.
I switched to platformio and got it to work.
It didn't work previously, because I didn't installed it in the default install location. I should let the install procedure go as is especially with vs code.
Now it's working.