LCD LIbrary LCD_LIB-AXE133-Serial

Flenser

Senior Member
This is a port of the Arduino liquidcrystal LCD library to drive the PICAXE AXE133 Serial LCD Module.
It can be used with the all the M2 & X2 chips.

To use it:
1. Download the files
2. Extract the library files and example programs from the zip file into a directory.
3. Connect your PICAXE chip to the LCD. The manual has pictures showing how to connect each PICAXE chip to the AXE133 module to work with the example programs.
4. Download one of the example programs into the PICAXE using Program Editor.

That's it!

See the manual for instructions on how to include this library in your own programs and for the list of commands that the library supports.

NOTE: You can only include one of the LCD_LIB libraries in your program. You cannot use LCD_LIB-AXE133-Serial together with LCD_LIB-4bit, LCD_LIB-8bit or LCD_LIB-PCF8574-I2C.
 

Attachments

Last edited:
Top