We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05ad2f commit 18a5792Copy full SHA for 18a5792
port/modules/machine/machine_lcd.c
@@ -35,7 +35,7 @@
35
#include "machine_lcd.h"
36
#include <drv_lcd.h>
37
38
-#define MAX_CO (240 - 1)
+#define MAX_CO (2400 - 1)
39
40
typedef struct _machine_lcd_obj_t {
41
mp_obj_base_t base;
0 commit comments