# HAL_LCD **Repository Path**: a1124861985/hal_-lcd ## Basic Information - **Project Name**: HAL_LCD - **Description**: STM32F103C8,LCD模块例程,使用128*128LCD显示屏 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-15 - **Last Updated**: 2022-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: 模块例程 ## README # HAL_LCD #### 介绍 STM32F103C8,LCD模块例程,使用128*128LCD显示屏 #### 使用说明 1、接线: LCD---STM32、 GND---GND、 VCC---3.3V、 SCL---PA5(SCLK)、 SDA---PA7(MOSI)、 REC---PA1、 DC ---PA2、 CS ---PA3、 BLC---PA4、 2、使用SPI协议,PA5为SCLK,PA6为MISO,PA7为MOSI。