Author | Andre Miller Copyright (c) 2008..2010, all rights reserved. |
Adapted-by | Richard Zengerink |
Compiler | >=2.4n |
library for Nokia 3310 display with pcd8544 controller
http://www.amontec.com/lcd_nokia_3310.shtml
print_char_i(byte in letter)
lcd_gotoxy(byte in xnokia, byte in ynokia)
char_string_to_nokia( byte in str[])
lcd_init()
print_char(byte in letter)
lcd_clear_screen()
lcd'put(byte in data)
graphic_to_nokia( byte in graph[])
print_char_i(byte in letter)
Writes an inverted character to the display
lcd_gotoxy(byte in xnokia, byte in ynokia)
Set the current position for data (x = 0->83, y = 0->5)
char_string_to_nokia( byte in str[])
No documentation found
lcd_init()
Send LCD Initialization
print_char(byte in letter)
Writes a character to the display
lcd_clear_screen()
No documentation found
lcd'put(byte in data)
lcd'put - write one char to screen (pseudo var, enables streams)
graphic_to_nokia( byte in graph[])
No documentation found
_lcd_write(byte in value)
No documentation found
_lcd_write_command(byte in value)
Write a command byte to the LCD
_lcd_write_data(byte in value)
Write a data byte to the LCD