UP 模拟器

This commit is contained in:
JiXieShi
2024-06-22 19:32:13 +08:00
parent 678c8067b8
commit 2a5c81891a
3 changed files with 22 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ void Refresh_Call(OLED_T *dev) {
uint8_t oledbuf[8][128] = {0};
void Test_OLED() {
SIM_OLED_INIT(128, 64, 0xFFFFFF, 0x0, 10, 1);
SIM_OLED_INIT(128, 64, BLUE, 0x0, 5, 1);
OLED_T oled = {
.height=64,
.width=128,