Bitmap data from flash #116
-
Beta Was this translation helpful? Give feedback.
Answered by
RudolphRiedel
Mar 16, 2024
Replies: 1 comment 10 replies
-
Moin, das EVE_cmd_setbitmap() sieht verdächtig aus, bzw. die Adresse. |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
Marvin1DE
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moin,
das EVE_cmd_setbitmap() sieht verdächtig aus, bzw. die Adresse.
Seltsamerweise muss die Adresse nämlich in Blöcken von 32 Bytes angegeben werden wenn das Bild im Flash liegt.
Probier das mal so:
EVE_cmd_setbitmap_burst(0x800000 | (4096/32), EVE_ASTC_4x4, 20, 20);