mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-15 19:08:07 +00:00
chore(core): remove residual DISPLAY_LEGACY_HEADER constant from boards
[no changelog]
This commit is contained in:
parent
aac3559453
commit
4d4ab93197
@ -4,7 +4,6 @@
|
|||||||
#define HSE_8MHZ
|
#define HSE_8MHZ
|
||||||
|
|
||||||
#define DISPLAY_COLOR_MODE DMA2D_OUTPUT_RGB565
|
#define DISPLAY_COLOR_MODE DMA2D_OUTPUT_RGB565
|
||||||
#define DISPLAY_LEGACY_HEADER "displays/ltdc.h"
|
|
||||||
|
|
||||||
#define I2C_COUNT 1
|
#define I2C_COUNT 1
|
||||||
#define I2C_INSTANCE_0 I2C3
|
#define I2C_INSTANCE_0 I2C3
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#define VDD_1V8 1
|
#define VDD_1V8 1
|
||||||
|
|
||||||
#define DISPLAY_COLOR_MODE DMA2D_OUTPUT_ARGB8888
|
#define DISPLAY_COLOR_MODE DMA2D_OUTPUT_ARGB8888
|
||||||
#define DISPLAY_LEGACY_HEADER "displays/dsi.h"
|
|
||||||
|
|
||||||
#define I2C_COUNT 1
|
#define I2C_COUNT 1
|
||||||
#define I2C_INSTANCE_0 I2C5
|
#define I2C_INSTANCE_0 I2C5
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
#define HSE_8MHZ
|
#define HSE_8MHZ
|
||||||
|
|
||||||
#define DISPLAY_LEGACY_HEADER "displays/vg-2864ksweg01.h"
|
|
||||||
|
|
||||||
#define BTN_LEFT_PIN GPIO_PIN_10
|
#define BTN_LEFT_PIN GPIO_PIN_10
|
||||||
#define BTN_LEFT_PORT GPIOC
|
#define BTN_LEFT_PORT GPIOC
|
||||||
#define BTN_LEFT_CLK_ENA __HAL_RCC_GPIOC_CLK_ENABLE
|
#define BTN_LEFT_CLK_ENA __HAL_RCC_GPIOC_CLK_ENABLE
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
#define HSE_8MHZ
|
#define HSE_8MHZ
|
||||||
|
|
||||||
#define DISPLAY_COLOR_MODE DMA2D_OUTPUT_RGB565
|
#define DISPLAY_COLOR_MODE DMA2D_OUTPUT_RGB565
|
||||||
#define DISPLAY_LEGACY_HEADER "displays/st7789v.h"
|
|
||||||
|
|
||||||
#define DISPLAY_IDENTIFY 1
|
#define DISPLAY_IDENTIFY 1
|
||||||
#define DISPLAY_TE_PORT GPIOD
|
#define DISPLAY_TE_PORT GPIOD
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
#define VDD_3V3 1
|
#define VDD_3V3 1
|
||||||
|
|
||||||
#define DISPLAY_LEGACY_HEADER "displays/vg-2864ksweg01.h"
|
|
||||||
|
|
||||||
#define BTN_LEFT_PIN GPIO_PIN_11
|
#define BTN_LEFT_PIN GPIO_PIN_11
|
||||||
#define BTN_LEFT_PORT GPIOC
|
#define BTN_LEFT_PORT GPIOC
|
||||||
#define BTN_LEFT_CLK_ENA __HAL_RCC_GPIOC_CLK_ENABLE
|
#define BTN_LEFT_CLK_ENA __HAL_RCC_GPIOC_CLK_ENABLE
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
#define VDD_3V3 1
|
#define VDD_3V3 1
|
||||||
|
|
||||||
#define DISPLAY_LEGACY_HEADER "displays/st7789v.h"
|
|
||||||
#define DISPLAY_COLOR_MODE DMA2D_OUTPUT_RGB565
|
#define DISPLAY_COLOR_MODE DMA2D_OUTPUT_RGB565
|
||||||
#define DISPLAY_PANEL_LX154A2482 1
|
#define DISPLAY_PANEL_LX154A2482 1
|
||||||
#define DISPLAY_I8080_8BIT_DW 1
|
#define DISPLAY_I8080_8BIT_DW 1
|
||||||
|
Loading…
Reference in New Issue
Block a user