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).
Loading...
Searching...
No Matches
font.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ LCD_CELL_SIZE_X

#define LCD_CELL_SIZE_X   (16)

Definition at line 16 of file font.h.

◆ LCD_CELL_SIZE_Y

#define LCD_CELL_SIZE_Y   (2)

Definition at line 17 of file font.h.

Typedef Documentation

◆ FONT_BITMAP

typedef unsigned char FONT_BITMAP[LCD_CELL_SIZE_Y][LCD_CELL_SIZE_X]

Definition at line 23 of file font.h.

Variable Documentation

◆ font_16x16

FONT_TABLE font_16x16
extern

Definition at line 1032 of file font.c.