Page 1 of 1

ST7920 text mode driver

Posted: Sat May 16, 2020 12:13 pm
by Lepeshka
I wrote code for text mode st7920 display. Link: https://github.com/Lepeshka92/micropyth ... 266-st7920
But there is a problem. RAM optimized for 16x16 characters. So, if I want write letter 'A' (8x16) in first position, i need to write a space before it. It will delete letter in zero position. How can I solve this problem?

Re: ST7920 text mode driver

Posted: Sun Apr 18, 2021 12:01 pm
by Lepeshka
Changed my library for graphics mode. Now it use standart framebuffer. https://github.com/Lepeshka92/micropyt ... 266-st7920