Bruno

Results 9 comments of Bruno

Hi Arvind, I have now tried the following libraries: https://github.com/KurtE/ILI9488_t3 https://github.com/mjs513/ILI9488_t3 Result is absolutely ok: https://youtu.be/ilsMmiQmcUI Allow me one more question: **is it possible to just use your TGX library...

Ok, this works with TGX: ```cpp #include #include #define TFT_SCK 13 #define TFT_MISO 12 #define TFT_MOSI 11 #define TFT_DC 10 #define TFT_CS 9 #define TFT_RST 6 #define TFT_BACKLIGHT 255 #define...

Hi Arvind, I thought I could "just quickly" rewrite the driver to ILI9488 - wrong thinking. The ILI9488 command codes seem to be identical to the ILI9341 ... Well, compiling...

Thanks! I overwrote the init commands, but unfortunately I can't find the method "write16BitColor" in Arvind's driver.

Ah, now I understand, thank you! I'll try to implement that.

I give up, many hours of time and no success. So again take ILI9488_t3 and hope that Arvind sometime has desire. Kind regards Bruno

Hi Arvind, that you want to work on it after all, fills me with great joy! I think vSync and ansynchronous transfer will improve the situation significantly. Currently I am...

Hi Arvind, have you had a chance to look into it a bit? That would be very nice. If the buffer sizes are giving you trouble, maybe a suggestion: A...

> I have an ili9341 display without a MISO pin. *Note I did not know that there are also ILI9341 displays without MISO connector, which display should this be exactly?...