# SerialScreen_LCD12864 **Repository Path**: ArnoldZYX/SerialScreen_LCD12864 ## Basic Information - **Project Name**: SerialScreen_LCD12864 - **Description**: A serial 12864LCD is used here to design a device which will be used to substitute the PC serial port. - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-01-04 - **Last Updated**: 2023-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SerialScreen_LCD12864 #### 介绍 A serial 12864LCD is used here to design a device which will be used to substitute the PC serial port. #### 软件架构 This little widget is based on stm32f103 + QC12864B(5V,serial mode), wrote in C. #### 移植教程 1. In lcd12864.h, change the GPIO that you will use 2. go to lcd12864.c modify the lcd12864init() #### 使用说明 1. A data buffer(类似双缓冲的技术) is used here to operate the device more conveniently 2. learn how to use the data buffer lcdshow_buffer will make you more efficient #### 当前功能 1. display specified content (ASCII or Chinese) at specified position on the screen(4*16) #### 待开发功能 1. automatically move upwards like a movie acknowledgements