TucsonDon
Member
C:
typedef struct
{
uint8_t prow[10];
uint8_t pcolumn[10];
uint8_t min;
uint8_t max;
ModeSec_t name;
ModeSec_t disp[6];
PLCDMove lcd_add;
PputsLCD lcd_dis;
unsigned set :1;
}TextDisplayAdd_t;
I am using this structure for elements of a menu with ModeSec_t being enumeration type. I want to use a different list for a sub menu w/o having to declare a new structure and current list has 50 elements. What is the most efficient way to point to either list