lcd_32122a_avr.h File Reference

Displaytech 32122A LCD driver. More...

Go to the source code of this file.


Functions

void lcd_32122_init (void)
 Initialize LCD subsystem.
void lcd_32122_setPwm (int duty)
 Set LCD contrast PWM.
void lcd_32122_blitBitmap (struct Bitmap *bm)
 Update the LCD display with data from the provided bitmap.

Variables

struct Bitmap lcd_bitmap
 Default LCD bitmap.

Detailed Description

Displaytech 32122A LCD driver.

Version:
Id
lcd_32122a_avr.h 2506 2009-04-15 08:29:07Z duplo

Author:
Bernie Innocenti <bernie@codewiz.org>

Stefano Fedrigo <aleph@develer.com>

Definition in file lcd_32122a_avr.h.


Function Documentation

void lcd_32122_init ( void   ) 

Initialize LCD subsystem.

Note:
The PWM used for LCD contrast is initialized in drv/pwm.c because it is the same PWM used for output attenuation.

Definition at line 463 of file lcd_32122a_avr.c.