Dilbert
Firmware for the Dilbert interactive badge.
|
Example with application manager. Intended to be used as the badge firmware. More...
#include <SPI.h>
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_NeoPixel.h>
#include <Adafruit_ILI9341.h>
#include <UniversalInputManager.h>
#include <IButton.h>
#include <Adafruit_MCP23017.h>
#include <Dilbert.h>
#include <AppManager.h>
#include <MenuApp.h>
#include <ButtonTestApp.h>
#include <SystemSettingsApp.h>
#include <SPIFFSConfigService.h>
#include <ConfigService.h>
#include "ProfileApp.h"
#include "StarsApp.h"
#include "DilbertApp.h"
#include "Conways.h"
#include "NeoTestApp.h"
Functions | |
void | setup () |
void | loop () |
Variables | |
Dilbert | badge |
Badge driver. More... | |
Example with application manager. Intended to be used as the badge firmware.
AppManager appManager & badge |
Badge driver.
Badge application manager.