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
LCD_Lib.h File Reference
#include "LCD_Hw.h"
Include dependency graph for LCD_Lib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LCD_WIDTH   128
 
#define LCD_HEIGHT   64
 

Functions

void LCD_Init (void)
 
void LCD_SetStartAddr (uint8_t x, uint8_t y)
 
void LCD_FrameCopy (uint8_t *Data)
 

Macro Definition Documentation

◆ LCD_HEIGHT

#define LCD_HEIGHT   64

Definition at line 38 of file LCD_Lib.h.

◆ LCD_WIDTH

#define LCD_WIDTH   128

Definition at line 37 of file LCD_Lib.h.

Function Documentation

◆ LCD_FrameCopy()

void LCD_FrameCopy ( uint8_t * Data)

Definition at line 101 of file LCD_Lib.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LCD_Init()

void LCD_Init ( void )

Definition at line 38 of file LCD_Lib.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LCD_SetStartAddr()

void LCD_SetStartAddr ( uint8_t x,
uint8_t y )

Definition at line 80 of file LCD_Lib.c.

Here is the call graph for this function:
Here is the caller graph for this function: