UP 模拟器

This commit is contained in:
JiXieShi
2024-06-22 19:26:54 +08:00
parent eb2101c4d0
commit 678c8067b8
3 changed files with 20 additions and 18 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(0xFFFFFF, 0x0, 10, true);
SIM_OLED_INIT(128, 64, 0xFFFFFF, 0x0, 10, 1);
OLED_T oled = {
.height=64,
.width=128,