Created on: Mar. 27, 2020
Author: AARONEE - khoahuynh
Email: khoahuynh.ld@gmail.com
Github: https://github.com/aaronee
- Example is written using Eclipse + ARM GCC for Blue Pill STM32f103c8t6 and LCD MIDAS MCCOG21605B6W-BNMLWI
- This library is based on STM32 HAL library. You must implement STM32 HAL library to use this library
- Some codes are based on ST7306LCD_Library from author @F. Malpartida, and can be found at his repo
- Initializing ST7032 based LCD in 2 line display 5x8, inst table 1 as default
- Controlling LCD cursor/blink, screen shift right/left, turn on/off, move cursor to home
- Send command, write to RAM function
- Loading custom character (8 characters)
- Adjust contrast, backlight levels (require 1 pin for PWM to control backlight)