Skip to content

A driver that implements functions to write characters and strings on monochromatic LCD displays with the controller ST7567.

License

Notifications You must be signed in to change notification settings

BoltSwith/ST7567-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ST7567-driver

A driver that implements functions to write characters and strings on monochromatic LCD displays 128x32 with the controller ST7567.

author: felipeghleite (email: [email protected])

The A0 pin is connected to GPIO_DEV0 PIN16. This pin is used to select if the data sent on the bus is either data or commands.

The user need to implement the SPI functions and replace the following spi functions used on the code? mq55_spi_transmit(MQ55_SPI_DEV1, &temp, 1); mq55_spi_ss0_enable(MQ55_SPI_DEV1); mq55_spi_ss0_disable(MQ55_SPI_DEV1);

About

A driver that implements functions to write characters and strings on monochromatic LCD displays with the controller ST7567.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%