Skip to content

jandede/lcd_stm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lcd_stm

I2C LCD driver for STM32 (HAL)

Send 8-bit command

void commLCD(char rawcmd, I2C_HandleTypeDef handle_i2c, int addrLCD);

Send 8-bit data

void charLCD(char rawcmd, I2C_HandleTypeDef handle_i2c, int addrLCD);

Write str to display

void lcdWriteStr(char *str, I2C_HandleTypeDef handle_i2c, int addrLCD);

void setCursorPos(int row, int col, I2C_HandleTypeDef handle_i2c, int addrLCD); void startLCD4Bit(I2C_HandleTypeDef handle_i2c, int addrLCD);

About

I2C LCD driver for STM32 (HAL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages