Arduino library for segment LCD displayes and controlers.
It include abstract class, drivers and LCD display implementations.
For now LCD class is derivered from controller's class, because mostly those controllers are part of LCD already and there is no intent to use it with different.
But there could be possible to detach it and somehow redone interface, but then there must be two instances in main code. First for controller, second for LCD itself. Maybe in some next version if that will be even actual.
https://petrkr.github.io/SegLCDLib/
Name | Type |
---|---|
PCF85176 | I2C |
HT1621 | 3-wire serial |
Name | Controller(s) | Link |
---|---|---|
RAW LCD | PCF85176 | N/A |
6-digit signal battery progresess | PCF85176 | https://aliexpress.com/item/1005009214559485.html |
One Digit (up to 5 segments) | PCF85176 | https://aliexpress.com/item/1005005410565386.html |
T1T2 Lcd | PCF85176 | https://aliexpress.com/item/32333296186.html |
Temp humidity | PCF85176 | https://aliexpress.com/item/1005003044283980.html |
6-digit with battery | HT1621 | https://aliexpress.com/item/1005005555160141.html |
4-digit with degree | HT1621 | https://aliexpress.com/item/1005009301473702.html |
This LCD type is used for testing new LCD by sending RAW data to controller. It is good to testing and implementing new types of LCD screens before starting to create actually class
This display use integrated COB HT1621 driver.