Display fixes part 1

Display fixes part 1
This commit is contained in:
Theo Arends 2019-08-19 16:49:20 +02:00
parent 45cc7521f9
commit e8f28740a7
7 changed files with 9 additions and 9 deletions

View File

@ -23,7 +23,7 @@ build_dir = .pioenvs
;default_envs = sonoff-BR ;default_envs = sonoff-BR
;default_envs = sonoff-CN ;default_envs = sonoff-CN
;default_envs = sonoff-CZ ;default_envs = sonoff-CZ
default_envs = sonoff-DE ;default_envs = sonoff-DE
;default_envs = sonoff-ES ;default_envs = sonoff-ES
;default_envs = sonoff-FR ;default_envs = sonoff-FR
;default_envs = sonoff-GR ;default_envs = sonoff-GR

View File

@ -1426,7 +1426,7 @@ void CmndDisplayAddress(void)
if ((XdrvMailbox.payload >= 0) && (XdrvMailbox.payload <= 255)) { if ((XdrvMailbox.payload >= 0) && (XdrvMailbox.payload <= 255)) {
Settings.display_address[XdrvMailbox.index -1] = XdrvMailbox.payload; Settings.display_address[XdrvMailbox.index -1] = XdrvMailbox.payload;
} }
ResponseCmndNumber(Settings.display_address[XdrvMailbox.index -1]); ResponseCmndIdxNumber(Settings.display_address[XdrvMailbox.index -1]);
} }
} }

View File

@ -1,7 +1,7 @@
/* /*
xdsp_02_SSD1306.ino - Display Oled SSD1306 support for Sonoff-Tasmota xdsp_02_SSD1306.ino - Display Oled SSD1306 support for Sonoff-Tasmota
Copyright (C) 2018 Theo Arends and Adafruit Copyright (C) 2019 Theo Arends and Adafruit
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
xdsp_05_epaper.ino - Display e-paper support for Sonoff-Tasmota xdsp_05_epaper.ino - Display e-paper support for Sonoff-Tasmota
Copyright (C) 2018 Theo Arends, Gerhard Mutz and Waveshare Copyright (C) 2019 Theo Arends, Gerhard Mutz and Waveshare
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -19,7 +19,7 @@
#ifdef USE_SPI #ifdef USE_SPI
#ifdef USE_DISPLAY #ifdef USE_DISPLAY
#ifdef USE_DISPLAY_EPAPER29 #ifdef USE_DISPLAY_EPAPER_29
#define XDSP_05 5 #define XDSP_05 5

View File

@ -1,7 +1,7 @@
/* /*
xdsp_05_epaper.ino - Display e-paper support for Sonoff-Tasmota xdsp_05_epaper.ino - Display e-paper support for Sonoff-Tasmota
Copyright (C) 2018 Theo Arends, Gerhard Mutz and Waveshare Copyright (C) 2019 Theo Arends, Gerhard Mutz and Waveshare
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -19,7 +19,7 @@
#ifdef USE_SPI #ifdef USE_SPI
#ifdef USE_DISPLAY #ifdef USE_DISPLAY
#ifdef USE_DISPLAY_EPAPER42 #ifdef USE_DISPLAY_EPAPER_42
#define XDSP_06 6 #define XDSP_06 6

View File

@ -1,7 +1,7 @@
/* /*
xdsp_07_SH1106.ino - Display Oled SH1106 support for Sonoff-Tasmota xdsp_07_SH1106.ino - Display Oled SH1106 support for Sonoff-Tasmota
Copyright (C) 2018 Theo Arends and Adafruit Copyright (C) 2019 Theo Arends and Adafruit
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
xdsp_08_ILI9488.ino - Display ILI9488 support for Sonoff-Tasmota xdsp_08_ILI9488.ino - Display ILI9488 support for Sonoff-Tasmota
Copyright (C) 2018 Theo Arends, Gerhard Mutz Copyright (C) 2019 Theo Arends, Gerhard Mutz
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by