In a YouTube video by Stephen hawes, he has made a smart watch using esp32, in that he has interfaced a TFT LCD directly without the lcd module(just the bare bone screen)
video link: https://youtu.be/ypL5pNuwXSc
How exactly is the lcd interfaced with esp?
The connections, the code, etc without the drivers
(because the TFT LCD modules always comes with a driver ic, do does the esp does the job of the drivers also
and i want to use adafruit lcd library
Thankyou.