mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Enhanced TM1650 with 7-Segment commands like TM1637 (#18109)
* Enhanced TM1650 with 7-Segment commands like TM1637 * Fix point for display type 2
This commit is contained in:
parent
b2deda94e2
commit
7f64b6e04b
@ -2147,7 +2147,7 @@ void CmndDisplayText(void) {
|
||||
#ifndef USE_DISPLAY_MODES1TO5
|
||||
DisplayText();
|
||||
#else
|
||||
if(Settings->display_model == 15) {
|
||||
if(Settings->display_model == 15 || Settings->display_model == 20) {
|
||||
XdspCall(FUNC_DISPLAY_SEVENSEG_TEXT);
|
||||
} else if (!Settings->display_mode) {
|
||||
DisplayText();
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user