TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (404 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (133 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (141119 times)
  2. FAT32 Library (73906 times)
  3. Network Ethernet Library (58554 times)
  4. USB Device Library (48740 times)
  5. Network WiFi Library (44391 times)
  6. FT800 Library (43997 times)
  7. GSM click (30721 times)
  8. mikroSDK (29478 times)
  9. PID Library (27305 times)
  10. microSD click (27132 times)
Libstock prefers package manager

Package Manager

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]

< Back
Library

PCF8574 I2C LCD 16x2 to 20x4

Rating:

5

Author: Malik Nawaz

Last Updated: 2020-01-27

Package Version: 1.0.0.0

Category: Graphics & LCD

Downloaded: 1137 times

Not followed.

License: MIT license  

i2c PCF8574 and 8574A Depend on i2c Address, can be used for other i2c Lcds

its for Mikrobasic and you can use settimeout callback function also

locate C:\Users\Public\Documents\Mikroelektronika\mikroBasic PRO for
PIC\Packages\I2cLcdx2\Uses\i2cx2.mbas
and copy it to
\Mikroelektronika\mikroBasic PRO for PIC\Uses\P18\

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "PCF8574 I2C LCD 16x2 to 20x4" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "PCF8574 I2C LCD 16x2 to 20x4" changes.

Do you want to report abuse regarding "PCF8574 I2C LCD 16x2 to 20x4".

  • Information
  • Comments (0)

Library Blog

Blog currently doesn't exist!

RELATED CODES

LCD driver for SSD1289 chip

0

A driver I rewrote for mikroC to support the SSD1289 chip often used in the cheap 320 * 240 tft lcd screens. It contains functions for filling the screen, drawing shapes and displaying images. It also offers some example programmes. visit my website for more information: http://www.hmsprojects.com/tft_lcd.html Updated!

[Learn More]

MAX7219 Seven-Segment Wrapped Library

5

This is a structured based MAX7219 IC wrapped library, all you have to do is include the two files in your project folder and include the ".h" file in your source code.

[Learn More]

2 wire LCD using CD4094

10

Mikropascal lib for driving 2 & 4 row LCDs with any 2 pins of an MCU using the CD4094 level shifter. This is a great way to use LCDs even with MCUs having a low pin count, or to save GPIOs for other purposes. The original MikroC code was here : http://www.libstock.com/projects/view/660/2-wire-serial-lcd-using-cd4094

[Learn More]