From ac19a9602766815578f125d9fd4a34ce43f7b5dc Mon Sep 17 00:00:00 2001 From: HEYAHONG <2229388563@qq.com> Date: Thu, 19 Dec 2024 16:39:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/monochromescreen/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/monochromescreen/main.cpp b/test/monochromescreen/main.cpp index b77bf96..a2b8598 100644 --- a/test/monochromescreen/main.cpp +++ b/test/monochromescreen/main.cpp @@ -14,7 +14,7 @@ static uint8_t VRAM[w_bytes][h_bytes]= {0}; static hgui_pixel_t pixel= {0}; static uint32_t backcolor=0xFFFAF208;//背景色 static uint32_t frontcolor=0x0;//前景色 -static uint32_t dotsize=5;//点大小 +static uint32_t dotsize=2;//点大小 static void monochromescreen_refresh() {