# LCD_12864 **Repository Path**: zhangfan277/lcd_12864 ## Basic Information - **Project Name**: LCD_12864 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-02 - **Last Updated**: 2024-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LCD_12864 #### 介绍 移植基于STM32F207 LCD12864 8080协议 LCD12864的简单驱动 在刷新过程中 如果屏被复位,内容不再显示 则需要软件重新初始化 升压步骤秩序 步骤3即可 这样会刷新屏的显示 又保证了不会闪屏 20240104 完善了相关显示代码 添加 askii 8*16 添加 empt 16 * 16px 20240104 添加64*64像素图像显示 在IMGLCD2 取模软件中设置 1数据水平 字节垂直 2、字节内像素数据反 512字节 公钥测试 pin脚说明 #define LCD_A0_Pin GPIO_PIN_2 #define LCD_A0_GPIO_Port GPIOE #define LCD_CS_Pin GPIO_PIN_3 #define LCD_CS_GPIO_Port GPIOE #define LCD_RD_Pin GPIO_PIN_4 #define LCD_RD_GPIO_Port GPIOE #define LCD_WR_Pin GPIO_PIN_5 #define LCD_WR_GPIO_Port GPIOE #define LCD_BLK_Pin GPIO_PIN_6 #define LCD_BLK_GPIO_Port GPIOE #define LCD_D0_Pin GPIO_PIN_7 #define LCD_D0_GPIO_Port GPIOE #define LCD_D1_Pin GPIO_PIN_8 #define LCD_D1_GPIO_Port GPIOE #define LCD_D2_Pin GPIO_PIN_9 #define LCD_D2_GPIO_Port GPIOE #define LCD_D3_Pin GPIO_PIN_10 #define LCD_D3_GPIO_Port GPIOE #define LCD_D4_Pin GPIO_PIN_11 #define LCD_D4_GPIO_Port GPIOE #define LCD_D5_Pin GPIO_PIN_12 #define LCD_D5_GPIO_Port GPIOE #define LCD_D6_Pin GPIO_PIN_13 #define LCD_D6_GPIO_Port GPIOE #define LCD_D7_Pin GPIO_PIN_14 #define LCD_D7_GPIO_Port GPIOE #define BUZZ_Pin GPIO_PIN_15 #define BUZZ_GPIO_Port GPIOE