Skip to content

4 Pin LCD character Library for STM32 HAL

Notifications You must be signed in to change notification settings

duyvn0612/LCD-Character

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4 Pins LCD-Character Library for STM32 HAL

Converted https://github.com/MaJerle library to HAL


I use Stm32f103c8 and Keil Compiler and Stm32CubeMX wizard.
Please Do This ...

1) Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings.
2) Config your LCD Pins on CubeMX.
3) Config your LCD pins on "LCD_Config.h".
4) Call LCD_Init() and Enjoy!!
#include "LCD.h"
.
.
.
int main()
{
  .
  .
  LCD_Init(); 
  LCD_Puts(0,0,"TEST");
  .
  .
}

About

4 Pin LCD character Library for STM32 HAL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.1%
  • C++ 2.9%