BeRTOS
Functions
lcd_32122a.h File Reference

Displaytech 32122A LCD driver. More...

#include <gfx/gfx.h>

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 (const Bitmap *bm)
 Update the LCD display with data from the provided bitmap.

Detailed Description

Displaytech 32122A LCD driver.

Author:
Bernie Innocenti <bernie@codewiz.org>
Stefano Fedrigo <aleph@develer.com>

Definition in file lcd_32122a.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 306 of file lcd_32122a.c.