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_TABLE Struct Reference

#include <font.h>

Data Fields

int FontWidth
 
int FontHeight
 
int CellWidth
 
int CellHeight
 
int CodeStart
 
int CodeEnd
 
int BitPerPixel
 
FONT_BITMAPpBitmap
 

Detailed Description

Definition at line 25 of file font.h.

Field Documentation

◆ BitPerPixel

int BitPerPixel

Definition at line 32 of file font.h.

◆ CellHeight

int CellHeight

Definition at line 29 of file font.h.

◆ CellWidth

int CellWidth

Definition at line 28 of file font.h.

◆ CodeEnd

int CodeEnd

Definition at line 31 of file font.h.

◆ CodeStart

int CodeStart

Definition at line 30 of file font.h.

◆ FontHeight

int FontHeight

Definition at line 27 of file font.h.

◆ FontWidth

int FontWidth

Definition at line 26 of file font.h.

◆ pBitmap

FONT_BITMAP* pBitmap

Definition at line 33 of file font.h.


The documentation for this struct was generated from the following file: