mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Add support for common anode sevenseg displays
Add support for common anode sevenseg displays by adding ``#define USE_DISPLAY_SEVENSEG_COMMON_ANODE`` by Ken Sanislo (#9963)
This commit is contained in:
parent
06005d8dfb
commit
3f597001d1
@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
### Added
|
### Added
|
||||||
- KNX read reply for Power (#9236, #9891)
|
- KNX read reply for Power (#9236, #9891)
|
||||||
- Zigbee persistence of device/sensor data in EEPROM (only ZBBridge)
|
- Zigbee persistence of device/sensor data in EEPROM (only ZBBridge)
|
||||||
|
- Support for common anode sevenseg displays by adding ``#define USE_DISPLAY_SEVENSEG_COMMON_ANODE`` by Ken Sanislo (#9963)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
- KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888)
|
- KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888)
|
||||||
|
@ -69,6 +69,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||||||
- Support for additional EZO sensors by Christopher Tremblay
|
- Support for additional EZO sensors by Christopher Tremblay
|
||||||
- Support for AS608 optical and R503 capacitive fingerprint sensor
|
- Support for AS608 optical and R503 capacitive fingerprint sensor
|
||||||
- Support for Shelly Dimmer 1 and 2 by James Turton (#9854)
|
- Support for Shelly Dimmer 1 and 2 by James Turton (#9854)
|
||||||
|
- Support for common anode sevenseg displays by adding ``#define USE_DISPLAY_SEVENSEG_COMMON_ANODE`` by Ken Sanislo (#9963)
|
||||||
- KNX read reply for Power (#9236, #9891)
|
- KNX read reply for Power (#9236, #9891)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
@ -598,6 +598,7 @@
|
|||||||
#define MTX_ADDRESS7 0x00 // [DisplayAddress7] I2C address of seventh 8x8 matrix module
|
#define MTX_ADDRESS7 0x00 // [DisplayAddress7] I2C address of seventh 8x8 matrix module
|
||||||
#define MTX_ADDRESS8 0x00 // [DisplayAddress8] I2C address of eigth 8x8 matrix module
|
#define MTX_ADDRESS8 0x00 // [DisplayAddress8] I2C address of eigth 8x8 matrix module
|
||||||
#define USE_DISPLAY_SEVENSEG // [DisplayModel 11] [I2cDriver47] Enable sevenseg display (I2C 0x70-0x77) (<+11k code)
|
#define USE_DISPLAY_SEVENSEG // [DisplayModel 11] [I2cDriver47] Enable sevenseg display (I2C 0x70-0x77) (<+11k code)
|
||||||
|
// #define USE_DISPLAY_SEVENSEG_COMMON_ANODE // Enable support for common anode sevenseg displays
|
||||||
// Multiple sevenseg displays are logically arranged vertically with MTX_ADDRESS1 at y=0,
|
// Multiple sevenseg displays are logically arranged vertically with MTX_ADDRESS1 at y=0,
|
||||||
// MTX_ADDRESS2 at y=1, up to MTX_ADDRESS8 at y=7
|
// MTX_ADDRESS2 at y=1, up to MTX_ADDRESS8 at y=7
|
||||||
// Command: DisplayText [yn]8888
|
// Command: DisplayText [yn]8888
|
||||||
|
Loading…
x
Reference in New Issue
Block a user