# initLcd **Repository Path**: eliday/initLcd ## Basic Information - **Project Name**: initLcd - **Description**: 初始化st7701s驱动芯片,适配Luckfox_Pico_Ultra开发板 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-12 - **Last Updated**: 2024-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 初始化st7701s驱动芯片,适配Luckfox_Pico_Ultra开发板。 由于该开发板的spi接口被EMMC占用,与屏幕的通信接口没有预留spi通信,因此需要在屏驱板上增加单片机初始化LCD。 适配了480x800和480x480两种屏幕。