Explorar o código

【添加】machine.lcd 配置选项

SummerGift %!s(int64=6) %!d(string=hai) anos
pai
achega
e2f19927a4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      port/mpconfigport.h

+ 4 - 0
port/mpconfigport.h

@@ -143,6 +143,10 @@
 #define MICROPY_PY_MACHINE_UART      (1)
 #endif
 
+#ifdef MICROPYTHON_USING_MACHINE_LCD
+#define MICROPY_PY_MACHINE_LCD      (1)
+#endif
+
 /*****************************************************************************/
 /* System Module                                                             */