Skip to content

Commit

Permalink
Increased Mini button list size to 100
Browse files Browse the repository at this point in the history
This will allow for larger AP lists. Mfers in apartment buildings will still be mad
  • Loading branch information
justcallmekoko committed Feb 25, 2024
1 parent dfb2aaf commit 74e790d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions esp32_marauder/configs.h
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
//#define MENU_FONT &FreeSans9pt7b
//#define MENU_FONT &FreeSansBold9pt7b
#define BUTTON_SCREEN_LIMIT 6
#define BUTTON_ARRAY_LEN 13
#define BUTTON_ARRAY_LEN 100
#define STATUS_BAR_WIDTH (TFT_HEIGHT/16)
#define LVGL_TICK_PERIOD 6

Expand Down Expand Up @@ -609,7 +609,7 @@
//#define MENU_FONT &FreeSans9pt7b
//#define MENU_FONT &FreeSansBold9pt7b
#define BUTTON_SCREEN_LIMIT 10
#define BUTTON_ARRAY_LEN 13
#define BUTTON_ARRAY_LEN 100
#define STATUS_BAR_WIDTH (TFT_HEIGHT/16)
#define LVGL_TICK_PERIOD 6

Expand Down Expand Up @@ -676,7 +676,7 @@
//#define MENU_FONT &FreeSans9pt7b
//#define MENU_FONT &FreeSansBold9pt7b
#define BUTTON_SCREEN_LIMIT 5
#define BUTTON_ARRAY_LEN 13
#define BUTTON_ARRAY_LEN 100
#define STATUS_BAR_WIDTH (TFT_HEIGHT/16)
#define LVGL_TICK_PERIOD 6

Expand Down

0 comments on commit 74e790d

Please sign in to comment.