EVE 1.0
lcd-pcf85162.h File Reference

Driver for I2C-based LCD driver type NXP PCF85162. More...

#include <dev/i2c-master.h>
Include dependency graph for lcd-pcf85162.h:

Go to the source code of this file.

Data Structures

struct  lcd_driver_t
 

Enumerations

Functions

Functions called from application programs
bool LcdInit (const struct lcd_driver_t *LcdDriver)
 Name: LcdInit
Initializes the I2C-based LCD driver. I2C address range is 0x38 - 0x39. Max baudrate is 400 kbit/s. More...
 
bool LcdFlashing (const struct lcd_driver_t *LcdDriver, enum lcd_driver_flashing_t Flashing)
 Name: LcdFlashing
Sets LCD flashing mode. More...
 
bool LcdPrint (const struct lcd_driver_t *LcdDriver, const void *SrcBuffer, uint8_t CharCount)
 Name: LcdPrint
Prints characters on LCD. More...
 

Detailed Description

Driver for I2C-based LCD driver type NXP PCF85162.

Author
KLO, Jetro AS

Definition in file lcd-pcf85162.h.