Very small RAM
#2719
Replies: 2 comments
-
|
Indeed u8x8 does not require a RAM buffer. u8x8 is part of u8g2. Examples for u8x8 are also available in the Arduino IDE Examples menu. All examples for u8x8 are also here: https://github.com/olikraus/u8g2/tree/master/sys/arduino/u8x8 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks. I'll keep playing with the library to get the overall image down to 8kB. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run U8x8lib on an ATTiny85 CPU with very small (8k) ram. Is there a version of the library still available without the RAM buffer? I understand the original library was unbuffered.
Beta Was this translation helpful? Give feedback.
All reactions