ellensp
4 years ago
committed by
Scott Lahteine
6 changed files with 109 additions and 55 deletions
@ -0,0 +1,35 @@ |
|||
/**
|
|||
* Marlin 3D Printer Firmware |
|||
* Copyright (c) 2021 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|||
* |
|||
* Based on Sprinter and grbl. |
|||
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm |
|||
* |
|||
* 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 <https://www.gnu.org/licenses/>.
|
|||
* |
|||
*/ |
|||
#pragma once |
|||
|
|||
#define LTDC_RGB 0xABAB |
|||
#define SSD1963 0x5761 |
|||
#define ST7735 0x89F0 |
|||
#define ST7789 0x8552 |
|||
#define ST7796 0x7796 |
|||
#define R61505 0x1505 |
|||
#define ILI9328 0x9328 |
|||
#define ILI9341 0x9341 |
|||
#define ILI9488 0x9488 |
|||
#define ILI9488_ID1 0x8066 // Some ILI9488 have 0x8066 in the 0x04
|
|||
#define LERDGE_ST7796 0xFFFE |
|||
#define AUTO 0xFFFF |
Loading…
Reference in new issue