|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
This is the complete list of members for cdc::hal::IDisplay, including all inherited members.
| backlightOff()=0 | cdc::hal::IDisplay | pure virtual |
| backlightOn()=0 | cdc::hal::IDisplay | pure virtual |
| clear()=0 | cdc::hal::IDisplay | pure virtual |
| drawLine(int16_t x0, int16_t y0, int16_t x1, int16_t y1, uint16_t color)=0 | cdc::hal::IDisplay | pure virtual |
| drawPixel(int16_t x, int16_t y, uint16_t color)=0 | cdc::hal::IDisplay | pure virtual |
| drawRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color)=0 | cdc::hal::IDisplay | pure virtual |
| fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color)=0 | cdc::hal::IDisplay | pure virtual |
| flush(RefreshMode mode=RefreshMode::PARTIAL)=0 | cdc::hal::IDisplay | pure virtual |
| flushSync(RefreshMode mode=RefreshMode::PARTIAL)=0 | cdc::hal::IDisplay | pure virtual |
| getBacklight() const =0 | cdc::hal::IDisplay | pure virtual |
| getHeight() const =0 | cdc::hal::IDisplay | pure virtual |
| getName() const =0 | cdc::core::IService | pure virtual |
| getNativeHandle()=0 | cdc::hal::IDisplay | pure virtual |
| getState() const =0 | cdc::core::IService | pure virtual |
| getWidth() const =0 | cdc::hal::IDisplay | pure virtual |
| init()=0 | cdc::core::IService | pure virtual |
| isBacklightOn() const =0 | cdc::hal::IDisplay | pure virtual |
| isBusy() const =0 | cdc::hal::IDisplay | pure virtual |
| print(const char *text)=0 | cdc::hal::IDisplay | pure virtual |
| printf(const char *fmt,...)=0 | cdc::hal::IDisplay | pure virtual |
| saveBacklight()=0 | cdc::hal::IDisplay | pure virtual |
| setBacklight(uint16_t level)=0 | cdc::hal::IDisplay | pure virtual |
| setCursor(int16_t x, int16_t y)=0 | cdc::hal::IDisplay | pure virtual |
| setFont(const void *font)=0 | cdc::hal::IDisplay | pure virtual |
| setTextColor(uint16_t color)=0 | cdc::hal::IDisplay | pure virtual |
| setTextSize(uint8_t size)=0 | cdc::hal::IDisplay | pure virtual |
| showSplash(const char *subtitle=nullptr)=0 | cdc::hal::IDisplay | pure virtual |
| start()=0 | cdc::core::IService | pure virtual |
| stop()=0 | cdc::core::IService | pure virtual |
| ~IDisplay()=default | cdc::hal::IDisplay | virtual |
| ~IService()=default | cdc::core::IService | virtual |