Skip to content

Commit cf48580

Browse files
authored
Merge pull request #167 from heyuanjie87/last
将lcd尺寸限定扩大到短时间不可超越
2 parents 9d0c024 + 18a5792 commit cf48580

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)