Matt Page
Matt Page
Same issue for me too. My hack remedy was this: Ucglib.cpp, line 786 - change the ...**`defined(__arm__)`**... to ...**`defined(__NOT_arm__)`**... Ucglib.cpp, line 833, add the following: ``` #ifndef __NOP #define __NOP...
Actually, having got ucglib working I checked out all the ILI9341_t3 variants again. In the end I went for blackketter's version - https://github.com/blackketter/ILI9341_t3 - it's blazingly fast and has a...
Good to hear you're still around Oli! The U8g2 library is excellent - keep up the good work on that ;)
I have a similar issue that's related. With ILI9341 and XPT2046, the SPI bus goes down to the lowest common denominator (2MHz for touch). Actually, I think it's the last...