u8g2 icon indicating copy to clipboard operation
u8g2 copied to clipboard

How to send bitmap without using u8g2 library?

Open gary00k opened this issue 2 years ago • 3 comments

How can I upload bitmap to ST7567 just using SPI? Could you tell me what data packages to send?

gary00k avatar Aug 05 '22 14:08 gary00k

This is described on page 30 of the ST7567 data sheet (https://www.crystalfontz.com/controllers/Sitronix/ST7567/)

olikraus avatar Aug 05 '22 22:08 olikraus

Yes, I firstly looked into datasheet, but honestly, I don't understand it :/

gary00k avatar Aug 07 '22 12:08 gary00k

I think this is the main purpose of a library: one person tries to understand the technical details, while the users of that library can just benefit from it without knowing the technical details.

I mean you have the choice: use u8g2, then no technical details are required or access your display directly, which requires to learn technical details.

olikraus avatar Aug 07 '22 15:08 olikraus