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:
Gabriele Lauricella 2023-03-12 09:22:40 +01:00 committed by GitHub
parent b2deda94e2
commit 7f64b6e04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1017 additions and 133 deletions

View File

@ -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