We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: S P
Last Updated: 2016-02-25
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 2865 times
Followed by: 1 user
License: MIT license
This is a library for 2-wire serial LCD display. This library is based on shift register which receives data serially then sends this data to the lcd in parallel. Other types of shift register can be used such as 74HC164 or 74HC595. This library uses the same commands as the LCD library provided by MikroElektronika in MikroC.
Do you want to subscribe in order to receive notifications regarding "2-Wire Serial LCD Library" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "2-Wire Serial LCD Library" changes.
Do you want to report abuse regarding "2-Wire Serial LCD Library".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1446488057_2_wire_serial_lc_mikroc_pic.mpkg [131.68KB] | mikroC PRO for PIC |
|
Library Routines:
Serial_Lcd_Init();
Serial_Lcd_Out(char row, char column, char *text);
Serial_Lcd_Chr(char row, char column, char out_char);
Serial_Lcd_Cmd(char out_char); // Sends command to Lcd.