UTFT demo on the Arduino DUE + ILI9341 serial display TFT 320*240 2.2' (hardware SPI)

preview_player
Показать описание
This is my modified demo from the UTFT library (Henning Karlsen). The demo shows several different fonts that are available for UTFT library and then running the original sample examples. Unfortunately, the camera was unable to get focus from a greater distance, so the display area is not whole captured (but only cutout).

Connected to ICSP (hardware SPI) and other pins. Part of declarations:

#define TFTcs 53
#define TFTsclk 76 //HW SPI
#define TFTmosi 75 //HW SPI
#define TFTdc 49
#define TFTrst 48

UTFT myGLCD(TFT01_22SP,TFTmosi,TFTsclk,TFTcs,TFTrst,TFTdc);

Hardware:
Elec Freaks 2.2' TFT LCD
TFT01-2.2SP

Source code files:
Рекомендации по теме
Комментарии
Автор

hi did you figure out more  and did you have any tutorial?

obregr
Автор

Hello, very nice demo. I am trying to display Ubuntu fonts on the ILI9341 in the landscape format as you are, but having trouble. Could you please provide a direct link to the code that you developed for this? thank you

Galanoojaw
Автор

does it have to be necessarily an arduino due? (i only have an arduino mega). thanks.

torpe
Автор

Slow! Did you use digital Write functions for CS & D/C?

carlossilva