Add "more" menu in LVGL interface (#20940)

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
Malderin
2021-02-02 19:04:23 -03:00
committed by GitHub
parent c6ef86029c
commit 9025c63c43
3 changed files with 73 additions and 32 deletions

View File

@@ -3342,7 +3342,8 @@
#endif
/**
* User-defined menu items that execute custom GCode
* User-defined menu items to run custom G-code.
* Up to 25 may be defined, but the actual number is LCD-dependent.
*/
//#define CUSTOM_USER_MENUS
#if ENABLED(CUSTOM_USER_MENUS)