New ML support - removed menu + hardcoded W25x20CL
This commit is contained in:
parent
1eed7cb1cd
commit
5674208eda
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#ifndef LANGUAGE_H
|
||||
#define LANGUAGE_H
|
||||
|
||||
#define W25X20CL
|
||||
//#define W25X20CL
|
||||
|
||||
#include "config.h"
|
||||
#include <inttypes.h>
|
||||
|
|
|
@ -5611,7 +5611,7 @@ static void lcd_main_menu()
|
|||
#endif
|
||||
|
||||
MENU_ITEM(submenu, _i("Support"), lcd_support_menu);////MSG_SUPPORT c=0 r=0
|
||||
MENU_ITEM(submenu, _i("W25x20CL init"), lcd_test_menu);////MSG_SUPPORT c=0 r=0
|
||||
// MENU_ITEM(submenu, _i("W25x20CL init"), lcd_test_menu);////MSG_SUPPORT c=0 r=0
|
||||
|
||||
#ifdef DEBUG_MENU_PRINTF_TEST
|
||||
menu_item_printf_P(_menuItemNr, _lineNr, _N("Test %d %d %d"), 0, 1, 2);
|
||||
|
|
Loading…
Reference in a new issue