ST7920 text mode driver

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
Lepeshka
Posts: 8
Joined: Sun Mar 25, 2018 10:03 am
Contact:

ST7920 text mode driver

Post by Lepeshka » Sat May 16, 2020 12:13 pm

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?
Attachments
im1.jpg
im1.jpg (186.78 KiB) Viewed 4086 times
im3.jpg
im3.jpg (96.45 KiB) Viewed 4086 times

Lepeshka
Posts: 8
Joined: Sun Mar 25, 2018 10:03 am
Contact:

Re: ST7920 text mode driver

Post by Lepeshka » Sun Apr 18, 2021 12:01 pm

Changed my library for graphics mode. Now it use standart framebuffer. https://github.com/Lepeshka92/micropyt ... 266-st7920

Post Reply