24#ifndef __JETT_PLACARD_PANEL_H
25#define __JETT_PLACARD_PANEL_H
28#include "../helpers/Panel.h"
37const int JETT_PLACARD_LED_COUNT = 8;
38const Led jettPlacardLedTable[JETT_PLACARD_LED_COUNT] PROGMEM = {
39 {0, LED_INSTR_BL}, {1, LED_INSTR_BL}, {2, LED_INSTR_BL}, {3, LED_INSTR_BL},
40 {4, LED_INSTR_BL}, {5, LED_INSTR_BL}, {6, LED_INSTR_BL}, {7, LED_INSTR_BL}
77 panelStartIndex = startIndex;
78 this->ledStrip = ledStrip;
79 ledCount = JETT_PLACARD_LED_COUNT;
80 ledTable = jettPlacardLedTable;
static JettPlacardPanel * getInstance(int startIndex=0, CRGB *ledStrip=nullptr)
Gets the singleton instance of the JettPlacardPanel class.