more menu fixups

This commit is contained in:
true 2024-10-15 04:23:17 -07:00
parent d33cc2f775
commit caaa30d67e
8 changed files with 10 additions and 12 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: menu_base.c 500 2021-08-08 19:43:38Z true $
* menu_base.c
* begin 20190527 true
*/
@ -41,7 +41,7 @@ void menu_tick()
void menu_start(uint8_t x)
{
x = x;
(void)(x);
menu = (MenuItem *)&menu_0;
menu_idx = 0;
@ -53,7 +53,7 @@ void menu_start(uint8_t x)
void menu_stop(uint8_t x)
{
x = x;
(void)(x);
menu = (MenuItem *)&menu_none;

View File

@ -1,5 +1,5 @@
/*
* $Id: menu_def.c 499 2021-07-26 05:24:02Z true $
* menu_def.c
* begin 20190527 true
*
* main menu

View File

@ -1,5 +1,5 @@
/*
* $Id: menu_entry_0.c 494 2021-07-21 11:46:11Z true $
* menu_entry_0.c
* begin 20190527 true
*
* main menu functions
@ -106,8 +106,6 @@ void menu_none_disp(uint8_t idx)
char txt[6];
(idx = idx);
menu_none_init();
// total width and left / starting boundary

View File

@ -1,5 +1,5 @@
/*
* $Id: menu_entry_1.c 494 2021-07-21 11:46:11Z true $
* menu_entry_1.c
* begin 20190612 true
*
* name setup menu functions

View File

@ -1,5 +1,5 @@
/*
* $Id: menu_entry_2.c 495 2021-07-22 20:53:39Z true $
* menu_entry_2.c
* begin 20190612 true
*
* led setup menu functions

View File

@ -1,5 +1,5 @@
/*
* $Id: menu_entry_3.c 494 2021-07-21 11:46:11Z true $
* menu_entry_3.c
* begin 20200807 true
*
* snek

View File

@ -1,5 +1,5 @@
/*
* $Id: menu_entry_5.c 499 2021-07-26 05:24:02Z true $
* menu_entry_5.c
* begin 20190613 true
*
* settings menu functions

View File

@ -1,5 +1,5 @@
/*
* $Id: menu_entry_6.c 500 2021-08-08 19:43:38Z true $
* menu_entry_6.c
* begin 20190527 true
*
* about menu functions