pcd8544
LiquidCrystal_PCF8574
pcd8544 | LiquidCrystal_PCF8574 | |
---|---|---|
2 | 4 | |
91 | 132 | |
- | - | |
1.8 | 3.0 | |
about 4 years ago | over 1 year ago | |
C++ | C++ | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pcd8544
-
Can I use this library with an ATtiny85?
All the pins can be changed from the default values you just need to set them when you call the constructor. Look here: https://github.com/carlosefr/pcd8544/blob/6555ce575565724afbf9bc84d341082d2059f99b/PCD8544.h#L65
LiquidCrystal_PCF8574
- D1 Mini problems connecting to 1602 blue display with I2C backpack
-
ESP32 connected to a 16x2 LCD Display
There is an I2C lcd adapter (using PCF8574) that drives the LCD using a I2C interface, saving you a bunch of pins. That way you can use local sensors as well, if you want.. Google link - Link to library
-
Does anyone know what could possible cause this output? More info in comments
I don't have any bare displays, but some of the I2C backpack displays I have wouldn't work with the stock library. I finally found one here that worked reliably with a range of displays, but that won't solve your problem as it's all I2C and not nibble-mode writes.
-
I2C 16x2 LCD display
In addition to the other two comments, I'll add: I've had issues over 25 years with the HD44780 initialization sequence... it can be horribly sensitive to the exact timing. I tried a couple of different libraries for the backpack displays and had the best luck with https://github.com/mathertel/LiquidCrystal_PCF8574
What are some alternatives?
TaskScheduler - Cooperative multitasking for Arduino, ESPx, STM32, nRF and other microcontrollers
IRremoteESP8266 - Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
Arduino-MQ131-driver - Arduino driver for gas sensor MQ131 (Ozone / O3)
PCF8574_library - PCF8574 library. i2c digital expander for Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.
hl-alyx-glove - Firmware and Hardware for a Half-Life: Alyx Gravity Glove Replica
LiquidMenu - Menu creation Arduino library for LCDs, wraps LiquidCrystal.
GEM - Good Enough Menu for Arduino
TM16xx - Arduino TM16xx library for LED & KEY and LED Matrix modules based on TM1638, TM1637, TM1640 and similar chips. Simply use print() on 7-segment and use Adafruit GFX on matrix.
ATtiny84-TinyCalibrator - OSC Calibrator and High-Voltage Fuse Resetter for 8-Pin ATtinys
ElitePetite - A small tribute to the 80's game Elite. An Arduino+LCD shows the iconic tumbling Cobra Mk 3, plus some extras (other ships, clock mode).