Skip to content

tungbuivn/ST7567S_128X64_I2C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ST7567S_128X64_I2C on STM32

I2C communication protocol, used to drive the ST7567S 128*64 pixels LCD.

references

font custom https://tchapi.github.io/Adafruit-GFX-Font-Customiser/
adafruit gfx https://github.com/adafruit/Adafruit-GFX-Library
font convert from ttf offline tool: https://github.com/adafruit/Adafruit-GFX-Library/tree/master/fontconvert
online tool:https://rop.nl/truetype2gfx/

2024/03/18:

  • This code tested on STM32F401CCU
  • Refactor code to use adafruit_gfx library

2022-05-28

original code from https://github.com/mworkfun/ST7567A_128X32DOT_LCD

About

LCD ST7567S 128X64 I2C STM32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.3%
  • C++ 14.7%