From c40b707b767aa8c773ab6e03b4530e526b8e8013 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:52:46 +0100 Subject: [PATCH] Remove obsolete display stubs --- .../tasmota_xdsp_display/xdsp_02_ssd1306.ino | 21 ------------------- .../tasmota_xdsp_display/xdsp_04_ili9341.ino | 21 ------------------- .../tasmota_xdsp_display/xdsp_07_sh1106.ino | 21 ------------------- .../tasmota_xdsp_display/xdsp_09_SSD1351.ino | 21 ------------------- .../tasmota_xdsp_display/xdsp_12_ST7789.ino | 21 ------------------- .../tasmota_xdsp_display/xdsp_14_SSD1331.ino | 21 ------------------- 6 files changed, 126 deletions(-) delete mode 100644 tasmota/tasmota_xdsp_display/xdsp_02_ssd1306.ino delete mode 100644 tasmota/tasmota_xdsp_display/xdsp_04_ili9341.ino delete mode 100644 tasmota/tasmota_xdsp_display/xdsp_07_sh1106.ino delete mode 100644 tasmota/tasmota_xdsp_display/xdsp_09_SSD1351.ino delete mode 100644 tasmota/tasmota_xdsp_display/xdsp_12_ST7789.ino delete mode 100644 tasmota/tasmota_xdsp_display/xdsp_14_SSD1331.ino diff --git a/tasmota/tasmota_xdsp_display/xdsp_02_ssd1306.ino b/tasmota/tasmota_xdsp_display/xdsp_02_ssd1306.ino deleted file mode 100644 index c22a20d02..000000000 --- a/tasmota/tasmota_xdsp_display/xdsp_02_ssd1306.ino +++ /dev/null @@ -1,21 +0,0 @@ -/* - xdsp_02_ssd1306.ino - Display Oled SSD1306 support for Tasmota - - Copyright (C) 2021 Theo Arends and Adafruit - - 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 - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -// REMOVED -// DEPRECATED - USE UNIVERSAL DISPLAY INSTEAD, https://tasmota.github.io/docs/Universal-Display-Driver/#migrating-to-udisplay diff --git a/tasmota/tasmota_xdsp_display/xdsp_04_ili9341.ino b/tasmota/tasmota_xdsp_display/xdsp_04_ili9341.ino deleted file mode 100644 index 4fbf36541..000000000 --- a/tasmota/tasmota_xdsp_display/xdsp_04_ili9341.ino +++ /dev/null @@ -1,21 +0,0 @@ -/* - xdsp_04_ILI9341.ino - Display ILI9341/2 support for Tasmota - - Copyright (C) 2021 Gerhard Mutz and Theo Arends - - 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 - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -// REMOVED -// DEPRECATED - USE UNIVERSAL DISPLAY INSTEAD, https://tasmota.github.io/docs/Universal-Display-Driver/#migrating-to-udisplay diff --git a/tasmota/tasmota_xdsp_display/xdsp_07_sh1106.ino b/tasmota/tasmota_xdsp_display/xdsp_07_sh1106.ino deleted file mode 100644 index 68992a5ab..000000000 --- a/tasmota/tasmota_xdsp_display/xdsp_07_sh1106.ino +++ /dev/null @@ -1,21 +0,0 @@ -/* - xdsp_07_SH1106.ino - Display Oled SH1106 support for Tasmota - - Copyright (C) 2021 Theo Arends and Adafruit - - 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 - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -// REMOVED -// DEPRECATED - USE UNIVERSAL DISPLAY INSTEAD, https://tasmota.github.io/docs/Universal-Display-Driver/#migrating-to-udisplay diff --git a/tasmota/tasmota_xdsp_display/xdsp_09_SSD1351.ino b/tasmota/tasmota_xdsp_display/xdsp_09_SSD1351.ino deleted file mode 100644 index 24ea1d13d..000000000 --- a/tasmota/tasmota_xdsp_display/xdsp_09_SSD1351.ino +++ /dev/null @@ -1,21 +0,0 @@ -/* - xdsp_09_SSD1351.ino - Display SSD1351 support for Tasmota - - Copyright (C) 2021 Gerhard Mutz and Theo Arends - - 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 - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -// REMOVED -// DEPRECATED - USE UNIVERSAL DISPLAY INSTEAD, https://tasmota.github.io/docs/Universal-Display-Driver/#migrating-to-udisplay diff --git a/tasmota/tasmota_xdsp_display/xdsp_12_ST7789.ino b/tasmota/tasmota_xdsp_display/xdsp_12_ST7789.ino deleted file mode 100644 index c00c336c1..000000000 --- a/tasmota/tasmota_xdsp_display/xdsp_12_ST7789.ino +++ /dev/null @@ -1,21 +0,0 @@ -/* - xdsp_12_ST7789.ino - Display ST7789 support for Tasmota - - Copyright (C) 2021 Gerhard Mutz and Theo Arends - - 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 - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -// REMOVED -// DEPRECATED - USE UNIVERSAL DISPLAY INSTEAD, https://tasmota.github.io/docs/Universal-Display-Driver/#migrating-to-udisplay diff --git a/tasmota/tasmota_xdsp_display/xdsp_14_SSD1331.ino b/tasmota/tasmota_xdsp_display/xdsp_14_SSD1331.ino deleted file mode 100644 index 2f6f88ced..000000000 --- a/tasmota/tasmota_xdsp_display/xdsp_14_SSD1331.ino +++ /dev/null @@ -1,21 +0,0 @@ -/* - xdsp_14_SSD1331.ino - Display SSD1331 support for Tasmota - - Copyright (C) 2021 Jeroen Vermeulen, Gerhard Mutz and Theo Arends - - 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 - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -// REMOVED -// DEPRECATED - USE UNIVERSAL DISPLAY INSTEAD, https://tasmota.github.io/docs/Universal-Display-Driver/#migrating-to-udisplay