feat(ge_interface): 添加按钮输入功能并优化定时器
- 新增 button4_4 按钮输入模块,实现 4x4 按钮矩阵的扫描和处理 - 添加 ge_timer 模块,提供基本的定时功能 - 优化 ge_render 模块,调整屏幕尺寸的类型 - 修复 init_lcd 函数的定义,使其返回类型为 void
This commit is contained in:
@ -135,7 +135,7 @@ static const struct {
|
||||
{0x29, 0, NULL} // Display on
|
||||
};
|
||||
|
||||
static inline init_lcd() {
|
||||
static inline void init_lcd() {
|
||||
lcd_reset(); //Reset before LCD Init.
|
||||
|
||||
//LCD Init For 1.44Inch LCD Panel with ST7735R.
|
||||
|
Reference in New Issue
Block a user