-->
Page 1 of 2

LCD Driver for ESP8266 using SPI, for ILITEK model ILI9328

PostPosted: Sun Mar 01, 2015 5:41 pm
by jonsmirl
I would like to know if anyone has developed display driver for ILI9238 TFT 320X240 LCD, I have manufacturers driver and it needs to be adopted to ESP8266. Thxs

Re: LCD Driver for ESP8266 using SPI, for ILITEK model ILI9

PostPosted: Mon Mar 02, 2015 5:27 am
by alonewolfx2
Maybe you can edit this driver for ili9328
https://github.com/Perfer/esp8266_ili9341

Re: LCD Driver for ESP8266 using SPI, for ILITEK model ILI9

PostPosted: Mon Mar 02, 2015 2:56 pm
by MK1888
alonewolfx2 wrote:Maybe you can edit this driver for ili9328
https://github.com/Perfer/esp8266_ili9341


How is that thing wired?

Re: LCD Driver for ESP8266 using SPI, for ILITEK model ILI9

PostPosted: Mon Mar 02, 2015 3:19 pm
by alonewolfx2
İ didnt tried yet. i am waiting my modules. İt seems hspi pins but you can ask perfer on github.

Code: Select allPIN_FUNC_SELECT(PERIPHS_IO_MUX_MTDI_U, 2); // HSPIQ MISO
   PIN_FUNC_SELECT(PERIPHS_IO_MUX_MTCK_U, 2); // HSPID MOSI
   PIN_FUNC_SELECT(PERIPHS_IO_MUX_MTMS_U, 2);