SPINNER on EVE4 #22
Replies: 3 comments 1 reply
-
Using this also works to see the spinner running (deleting the CMD_SWAP):
|
Beta Was this translation helpful? Give feedback.
-
Hello, I saw the thread on the BRT forum and I have to say that I never really used CMD_SPINNER for anything. I just added this in tft.c of my example code: void TFT_display(void) #if 1 spinner_delay++; And yes, I had a CMD_SWAP in there as well and it worked with a BT815 but not with a BT817. To be fair, even the 1.2 programming guide has this in the description of the command: So yes, they did change the behaviour a bit with BT817/BT818. |
Beta Was this translation helpful? Give feedback.
-
Well, they might have not been aware that there even is an issue. I am however wondering why we are still on the first edition of the BT817 programming guide, |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm testing your library on EVE4 displays on ESP32.
Have you tried to use the spinner?
I have problems with this on EVE4. (not on EVE3 or EVE2)
Example:
This one does not work on EVE4:
This one does work (2x spinner and a delay (200ms) needed):
Beta Was this translation helpful? Give feedback.
All reactions