NinjaFlight
|
Go to the source code of this file.
Enumerations | |
enum | pageId_e { PAGE_WELCOME, PAGE_ARMED, PAGE_BATTERY, PAGE_SENSORS, PAGE_RX, PAGE_PROFILE, PAGE_TASKS } |
Functions | |
void | displayInit (void) |
void | updateDisplay (void) |
void | displayShowFixedPage (pageId_e pageId) |
void | displayEnablePageCycling (void) |
void | displayDisablePageCycling (void) |
void | displayResetPageCycling (void) |
void | displaySetNextPageChangeAt (uint32_t futureMicros) |
enum pageId_e |
void displayDisablePageCycling | ( | void | ) |
void displayEnablePageCycling | ( | void | ) |
void displayInit | ( | void | ) |
void displayResetPageCycling | ( | void | ) |
void displaySetNextPageChangeAt | ( | uint32_t | futureMicros | ) |
void displayShowFixedPage | ( | pageId_e | pageId | ) |
void updateDisplay | ( | void | ) |