Skip to content

Commit

Permalink
修改点大小
Browse files Browse the repository at this point in the history
  • Loading branch information
HEYAHONG committed Dec 19, 2024
1 parent 1c49636 commit ac19a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/monochromescreen/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit ac19a96

Please sign in to comment.