jaretburkett / ILI9488

Arduino Library for the ILI9488 TFT controller for 4 wire SPI
82 stars 40 forks source link

Not Work using SAMD21 Arduino Zero #11

Closed gioreva closed 4 years ago

gioreva commented 4 years ago

Arduino Zero, The screen remains blank. Display East Rising ER-TFTM035-6 (ILI9488 4Wire SPI) Work well using other library.

define TFT_CS A5

define TFT_DC 10

define TFT_RST 26

ILI9488 tft = ILI9488(TFT_CS, TFT_DC, TFT_RST);

Looking at the signals with an oscilloscope, they are all correct. Except that MISO has only a small boost.

ILI9488 Test! Display Power Mode: 0xFF MADCTL Mode: 0xFF Pixel Format: 0xFF Image Format: 0xFF Self Diagnostic: 0xFF Benchmark Time (microseconds) Screen fill 8408079 Text 182461 Lines 3254309 Horiz/Vert Lines 713077 Rectangles (outline) 393813 Rectangles (filled) 23962452 Circles (filled) 2106777 Circles (outline) 1416962 Triangles (outline) 649351 Triangles (filled) 7418358 Rounded rects (outline) 663415 Rounded rects (filled) 21041134 Done!

gioreva commented 4 years ago

image

gioreva commented 4 years ago

I'm stupid.