Stepper-Motor-Control
v3.0.0
System on a Chip 2014 - Group 04
|
Initialization program for LCD DOGM162. Qsys uses Altera LCD component "altera_avalon_lcd_16207". More...
#include <stdint.h>
#include <system.h>
#include "altera_avalon_lcd_16207_regs.h"
#include "../INC/lcdDOGM162.h"
Go to the source code of this file.
Functions | |
void | DOGM162lcd_init (uint32_t lcdBase) |
Initialization function of LCD DOGM162B-A. More... | |
void | DOGM162lcd_setCursorMode (uint32_t lcdBase, int32_t cursorMode) |
function changes cursor mode More... | |
Initialization program for LCD DOGM162. Qsys uses Altera LCD component "altera_avalon_lcd_16207".
V2.0.2 06.11.2014 Kossmann
V2.0.1 06.11.2014 Riedel
V2.0.0 Ferdinand Englberger
V1.1 25.06.2012 Johann Mayr
V1.0 20.12.2011 Johann Mayr
Definition in file lcdDOGM162.c.
void DOGM162lcd_init | ( | uint32_t | lcdBase | ) |
Initialization function of LCD DOGM162B-A.
This initialization function extends the standard initialization by DOGM162 specific initialization. This function has to be called before the display can be used.
lcdBase | : Base address of DOGM162 LCD (from system.h) |
None |
Definition at line 39 of file lcdDOGM162.c.
void DOGM162lcd_setCursorMode | ( | uint32_t | lcdBase, |
int32_t | cursorMode | ||
) |
function changes cursor mode
This function requires an extra wait period
lcdBase | : Base address of LCD (from system.h) |
cursorMode | new Cursor mode, can be
|
none |
Definition at line 64 of file lcdDOGM162.c.