Arvind Singh
Arvind Singh
Hi Bruno, Disclaimer: I do not have an ili9488 screen (and never used one) so I do not really know what I am taking about below ;-) From what I...
Hi Bruno, Indeed, you can use TGX with any driver library you wish provided it gives you a way to push a memory frame buffer onto the screen. All TGX...
Hi, As it was mentioned in the PJRC forum's thread, I think the real problem here is that, unlike ILI9341, the ILI9488 controller do not allow 16 bits RGB565 colors...
I remember doing some test when I was creating the library and it think it did give a slight speed up to put these parameters as template. I will do...
I did some test and it turns out you are right :-) Setting the viewport dimension as regular parameters instead of template parameters does not yield any significant slowdown. In...
> Oh-- I expected the size would be constructor args for Renderer3D. Wasn't it added complexity to allow the size to be changed dynamically on an instance? No, it did...
Hi, Unfortunately, the MISO line in necessary because the driver monitors the position of the line currently being refreshed by the screen (to prevent screen tearing) so it needs to...
Hi, Do you mean that there is no CS pin on the display ? That is very strange... Yet, if you have RESET, MISO, MOSI, CLK and DC on the...
Ok. But the setup runs ok ? This is strange because this means that both MISO and MOSI lines should be working correctly in that case... Maybe there is some...
Hi, I just made some big changes to the library: any pin can now be used for CS and DC (but still using a CS capable pin for DC will...