-
is there a way i can access the memory buffer directly (read/write) and access the specific pixels in the buffer. For example i want to read if there is a pixel set at the coordinates (10,55) of my ST7920 128x64 graphical lcd (more or less screenshotting part of my buffer) like it would be useful to have a function that goes: *answer provided by oliver in the reply section |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
https://github.com/olikraus/u8g2/wiki/u8g2reference#direct-access-buffer-api looks like what you want. I guess it's pretty obvious that you'll also want to use full-screen mode instead of paging one in this situation. |
Beta Was this translation helpful? Give feedback.
https://github.com/olikraus/u8g2/wiki/u8g2reference#direct-access-buffer-api looks like what you want. I guess it's pretty obvious that you'll also want to use full-screen mode instead of paging one in this situation.