Class Hierarchy   Compound List   File List   Compound Members   File Members  

direct-lcd.h File Reference

control the LCD display directly. More...

Defines


Detailed Description

control the LCD display directly.

Author(s):
Markus L. Noga <noga@inrialpes.fr>

Warning:
Display updates are realized exclusively by lcd_refresh()


Define Documentation

#define dlcd_show(a)

set a segment directly in the LCD buffer.

Parameters:
a - the segment to set

#define dlcd_hide(a)

clear a segment directly in the LCD buffer.

Parameters:
a - the segment to clear

#define dlcd_store(a)

store the carry flag to a segment directly in the LCD buffer.

Parameters:
a - the segment to store to

this is highly useful in combination with bit_load(mask,bit)

legOS-0.1.7 is released under Mozilla Public License. Original code © 1998-1999 by Markus L. Noga.