Hello Arduino Community, I seem to have encountered a problem. I entered a school-level math competition, revolving on making a device, with my school being on a 3-year streak on 'Math Device', they gave a Waveshare 3.5″ RPi LCD ILI9486 and a few microcontrollers, but problem is I don't know how to use the LCD, everything I saw on the internet said I needed a Raspberry Pi model with an micro sd reader, but they said it won't be possible to buy components that expensive, what could be the alternative (without buying)? I want to use both the display and touchscreen features of the LCD. Any help would be appreciated, thank you so much!
details that I think would be useful:
-SPI interface with breakout pins on the PCB
-The TFT_eSPI library, support TFT displays that communicate over SPI (via ChatGPT, files can be manipulated, but still unclear on how that would actually bypass.)
as the display was designed for a Raspberry Pi the interface would use 3.3V logic
the ESP32 uses 3.3V logic and would be the best choice
both the Uno and Mega use 5V logic which could damage the display
there are several ESP32 versions, e.g. ESP32 ESP32 S3 ESP32C6 etc etc
which is yours? if you cannot identify it post a photo
looks like a classic ESP32 - the default SPI pins are
MOSI: 23
MISO: 19
SCK: 18
SS: 5
for the other ESP32 GPIO pins to connect to the TFT (e.g. LCD_RS, TP_CS) have a look at esp32-pinout-reference-gpios
avoid strapping pins and any others used a boot time