I've got a small and cheap(about 5 € at banggood) TFT Display with ILI9341 up and running.
Its based on sources from Peter Drescher.
At least for displaying it works fine, except:
fillRect gets color undefined, if fillRect is called. Color is fine if vector font is used for drawString.
vector font in Espruino seems to be a bold font, which makes it hard to read. Bitmap font is far too small for a 2.2" display with 240*320
There are some more options like change orientation and an SD card.
As soon as I get it stable, I will create a module.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I've got a small and cheap(about 5 € at banggood) TFT Display with ILI9341 up and running.
Its based on sources from Peter Drescher.
At least for displaying it works fine, except:
There are some more options like change orientation and an SD card.
As soon as I get it stable, I will create a module.