Skip to content

Commit

Permalink
fix: example_lcd编译错误, 原因是主库的LCD颜色宏修改了
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Nov 10, 2023
1 parent 75f5a6d commit ff833c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/example_lcd/src/example_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static void task_test_lcd(void *param)
luat_spi_device_setup(&lcd_spi_dev);

luat_lcd_init(&lcd_conf);
luat_lcd_clear(&lcd_conf,WHITE);
luat_lcd_clear(&lcd_conf,LCD_WHITE);

luat_lcd_draw_line(&lcd_conf,20,35,140,35,0x001F);
luat_lcd_draw_rectangle(&lcd_conf,20,40,120,70,0xF800);
Expand Down

0 comments on commit ff833c4

Please sign in to comment.