Skip to content

Commit 18a5792

Browse files
committed
将lcd尺寸限定扩大到短时间不可超越
1 parent e05ad2f commit 18a5792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

port/modules/machine/machine_lcd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include "machine_lcd.h"
3636
#include <drv_lcd.h>
3737

38-
#define MAX_CO (240 - 1)
38+
#define MAX_CO (2400 - 1)
3939

4040
typedef struct _machine_lcd_obj_t {
4141
mp_obj_base_t base;

0 commit comments

Comments
 (0)