Skip to content

johan162/I2C_LCD2004

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Connection:
1. For Arduino

I2C_LCD2004 -------- Arduino uno
    GND ---------------- GND
    VCC ---------------- 5V
    SDA ---------------- A4
    SCL ---------------- A5

2. For Raspberry Pi

I2C_LCD2004 -------- Raspberry Pi
    GND ----------------- GND
    VCC ----------------- 5V
    SDA ----------- GPIO2(I2C1_SDA)
    SCL ----------- GPIO3(I2C1_SCL)

About

I2C_LCD2004 for Arduino and Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 44.1%
  • Python 43.2%
  • Other 12.7%