Arvind Singh
Arvind Singh
Good, seems like we are narrowing on the issue ! The IRQ pin is used by the display to indicate when the screen is being touched. When connected to the...
Well, it is getting wierder... So if I understand correctly, the simple fact of connecting the TOUCH_IRQ pin make the screen freeze when the touchscreen is pressed and this happens...
Well, I must admit I am running out of ideas ! I do not understand how connecting the the IRQ wire to the Teensy can have any effect at all...
Hi, I have not tried it personally it but it seems my ILI9342_T4 library (which is a direct port of this library) "almost" work with the ST7789V display... c.f. [this...
Hi, Thanks for the suggestion ! I implemented the changes so hopefully it helps with STM32Duino compatibility. Beware that the changes have been made on the `improved_drawing_primitives` branch which has...
Hi, No, the library does not use any specific DSP instruction... I did experiment with it a little some time ago but I did not found any real improvement. Drawing...
Hi, Yes indeed, I remember that there was a bug in projectitis code but it should be fixed in [this python script ](https://github.com/vindar/tgx-font/blob/main/tools/create-fonts.py)
Hi, Yes, it is a strange bug. It compiles without trouble on Windows (with VS 2022) but fails with the error you mentioned on Ubuntu... Anyway, the correct way to...
Hi, I never used freertos myself so I do not know what is going on but the ILI9341_T4 library make heavy use of interrupts so I am not really surprised...