olikraus / ucglib

Arduino True Color Library for TFTs and OLEDs
https://github.com/olikraus/ucglib/wiki
Other
261 stars 76 forks source link

ILI9341 + Arduino IDE + Dongsen Tech Pocket32 issue #102

Open OlivierCROISET opened 5 years ago

OlivierCROISET commented 5 years ago

I use the followings : ILI9341 + Arduino IDE + Dongsen Tech Pocket32 : All my software must be in the setup() (and thus the loop () will be empty). If ucg instructions are in the loop(), the ucg instructions will not compile. (Your Library runs perfectly on the ATMega328, in the loop() .)

Thanks