cancel
Showing results for 
Search instead for 
Did you mean: 

ST7567A I2C LCD with STM32L4

rtl
Associate II

Hello!

I am trying to implement ST7567A LCD (128x64) with I2C on my STM32L433RC MCU.

Only working libraries I can find are for Arduino. Found an STM32 library for 16x2 LCD, tried adapting it, but couldn't. Trying to include all the neccessary header and source files from the Arduino library (Arduino.h, Wire.h etc) is very tedious and I don't understand the Wire.h/Wire.cpp enough to be able to rewrite it on STM.

I am out of ideas and don't know what do. Has anyone done something like this?

1 REPLY 1
MM..1
Chief II

Arduino is RTOS variant with special hw support. 16x2 LCD is character displays not dot matrix.

Open pdf for LCD and write own code for send image rectangle data. Then combine it with TouchGFX in custom partial framebuffer mode.