Character_lcd(1869).h 203 B

12345678910111213
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include "main.h"
  4. #include "stm32f2xx_hal.h"
  5. #include <string.h>
  6. void LCD_16T202DA1EA_Init(void){
  7. HAL_GPIO_WritePin(GPIOD, GPIO_PIN_10, GPIO_PIN_RESET);
  8. }