|
SWE-350 TOTP Generator Milestone 5
The DE-10 board has six 7-segment displays, this can be used to display and generate a time based one-time pin (TOTP).
|
#include <lcd_graphic.h>
Data Fields | |
| int | Width |
| int | Height |
| int | BitPerPixel |
| int | FrameSize |
| uint8_t * | pFrame |
Definition at line 11 of file lcd_graphic.h.
| int BitPerPixel |
Definition at line 14 of file lcd_graphic.h.
| int FrameSize |
Definition at line 15 of file lcd_graphic.h.
| int Height |
Definition at line 13 of file lcd_graphic.h.
| uint8_t* pFrame |
Definition at line 16 of file lcd_graphic.h.
| int Width |
Definition at line 12 of file lcd_graphic.h.