Add picocalc stm32 i2c keyboard code

This commit is contained in:
cuu
2025-03-14 13:28:19 +08:00
parent 3bfa8164db
commit f4a1bef7dc
16 changed files with 1552 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef BACKLIGHT_H
#define BACKLIGHT_H
void lcd_backlight_update_reg();
void lcd_backlight_update(int);
void kbd_backlight_update(int);
#endif