nodemcu-firmware/components/u8g2
Nathaniel Wesley Filardo dd3b217df2
Kconfig: rename LUA_MODULE_* to NODEMCU_CMODULE_* (#3135)
Using the NODEMCU_ namespace prefix makes it obvious that these are not
part of Lua proper (contrast, e.g., LUA_BUILTIN_STRING).  Using
"CMODULE" gives us room to differentiate between modules whose
implementation is in C and whose implemenation is in Lua ("LMODULE").

The ESP8266 branch can adopt the same convention when it moves to
Kconfig; see https://github.com/nodemcu/nodemcu-firmware/issues/3130
2020-08-23 22:49:18 +02:00
..
u8g2@2ee84c8f14 update to u8g2 2.25.10 2019-04-28 22:26:37 +02:00
component.mk update to u8g2 2.25.10 2019-04-28 22:26:37 +02:00
u8g2.kconfig Kconfig: rename LUA_MODULE_* to NODEMCU_CMODULE_* (#3135) 2020-08-23 22:49:18 +02:00
u8x8_d_fbrle.c u8g2: add rfb support 2017-07-27 23:29:37 +02:00