|
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).
|

Go to the source code of this file.
Data Structures | |
| struct | FONT_TABLE |
Macros | |
| #define | LCD_CELL_SIZE_X (16) |
| #define | LCD_CELL_SIZE_Y (2) |
Typedefs | |
| typedef unsigned char | FONT_BITMAP[LCD_CELL_SIZE_Y][LCD_CELL_SIZE_X] |
Variables | |
| FONT_TABLE | font_16x16 |
| typedef unsigned char FONT_BITMAP[LCD_CELL_SIZE_Y][LCD_CELL_SIZE_X] |
|
extern |