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.c File Reference
#include "LCD_Lib.h"
#include "LCD_Driver.h"
Include dependency graph for LCD_Lib.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ LCD_Clear()

void LCD_Clear ( void )

Definition at line 87 of file LCD_Lib.c.

Here is the call graph for this function:

◆ 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: