Replies: 1 comment 2 replies
-
U8x8 is not supported by st7920. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
In my current project, I'm using ST7920 128x64 GLCD display which is driven by ATmega32 by Hardware SPI. At first, I tried with U8g2 library and successfully connect the display and show text and graphics. But, ATmega32 has only 2,048 bytes of SRAM. There is not much RAM space left for other development if I run the u8g2 library with a full buffer for ST7920 128x64 GLCD display. I only need to print text. So, I found U8x8 implementation can do that.
But, I can't find any constructor to initialize U8x8 for ST7920 128x64 GLCD display.
How can I use u8x8 for ST7920 128x64 GLCD display by HW SPI in plain C for ATmega32 chip?
Beta Was this translation helpful? Give feedback.
All reactions