Deluge Firmware
|
#include "numericdriver.h"
#include "uitimermanager.h"
#include "uart.h"
#include <string.h>
#include "NumericLayerScrollTransition.h"
#include "NumericLayerBasicText.h"
#include "NumericLayerLoadingAnimation.h"
#include "NumericLayerScrollingText.h"
#include "ActionLogger.h"
#include "GeneralMemoryAllocator.h"
#include <new>
#include "functions.h"
#include "IndicatorLEDs.h"
#include "sio_char.h"
#include "cfunctions.h"
Functions | |
void | freezeWithError (char const *error) |
void | displayPopup (char const *text) |
void | displayPopupIfAllBootedUp (char const *text) |
Variables | |
NumericDriver | numericDriver |
uint8_t | numberSegments [10] |
uint8_t | letterSegments [26] |
uint8_t | usbInitializationPeriodComplete |
void displayPopup | ( | char const * | text | ) |
void displayPopupIfAllBootedUp | ( | char const * | text | ) |
void freezeWithError | ( | char const * | error | ) |
uint8_t letterSegments[26] |
uint8_t numberSegments[10] |
NumericDriver numericDriver |
|
extern |