
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
STM32F429/GD32F450液晶RGBLCD驱动代码
使用这段代码还需要使用SDRAM模块LCD.h#ifndef __LCD_H#define __LCD_H#include "sys.h"#include "stdlib.h"#include "delay.h"//LCD重要参数集typedef struct{uint16_t width;//LCD 宽度uint16_t height;//LCD 高度uint16_t id;//LCD IDui
到底了