From 5b9b5e130eca7057cb54248520554ed001d1b6a0 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 13 Sep 2020 02:25:03 -0400 Subject: [PATCH] Finalize sd card info screen --- hardware/_controller/_controller.ino | 65 +++++++++++++------- hardware/_controller/_controller.prj | Bin 10976 -> 7925 bytes hardware/_controller/_controller_GSLC.h | 78 ++++-------------------- 3 files changed, 54 insertions(+), 89 deletions(-) diff --git a/hardware/_controller/_controller.ino b/hardware/_controller/_controller.ino index 9737343..be49952 100644 --- a/hardware/_controller/_controller.ino +++ b/hardware/_controller/_controller.ino @@ -93,8 +93,6 @@ void sdCardInfo(); // Save some element references for direct access // gslc_tsElemRef* m_pElemBatteryLevel= NULL; -gslc_tsElemRef* m_pElemBtSDNo = NULL; -gslc_tsElemRef* m_pElemBtSDYes = NULL; gslc_tsElemRef* m_pElemRd1152 = NULL; gslc_tsElemRef* m_pElemRd96 = NULL; gslc_tsElemRef* m_pElemRdUART0 = NULL; @@ -126,18 +124,6 @@ bool CbBtnCommon(void* pvGui,void *pvElemRef,gslc_teTouch eTouch,int16_t nX,int1 // From the element's ID we can determine which button was pressed. switch (pElem->nId) { //