File decodeutf8.cpp
FileList > display > decodeutf8.cpp
Go to the source code of this file.
#include "decodeutf8.h"
Public Attributes
Type | Name |
---|---|
uint16_t | decoderBuffer |
uint8_t | decoderState = = 0 |
bool | showUnmapped = = false |
Public Functions
Type | Name |
---|---|
uint16_t | decodeUTF8 (uint8_t c) |
void | resetUTF8decoder (void) |
Public Attributes Documentation
variable decoderBuffer
uint16_t decoderBuffer;
variable decoderState
uint8_t decoderState;
variable showUnmapped
bool showUnmapped;
Public Functions Documentation
function decodeUTF8
uint16_t decodeUTF8 (
uint8_t c
)
function resetUTF8decoder
void resetUTF8decoder (
void
)
The documentation for this class was generated from the following file sw/e-paper-board/src/utils/display/decodeutf8.cpp