2024-03-11 08:19:35 +01:00
|
|
|
spi:
|
2024-04-23 11:36:30 +02:00
|
|
|
- id: spi_main_lcd
|
|
|
|
clk_pin: 16
|
|
|
|
mosi_pin: 17
|
2024-03-11 08:19:35 +01:00
|
|
|
|
|
|
|
display:
|
|
|
|
- platform: ili9xxx
|
2024-04-23 11:36:30 +02:00
|
|
|
invert_colors: true
|
|
|
|
dimensions: 320x240
|
|
|
|
transform:
|
|
|
|
swap_xy: true
|
|
|
|
mirror_x: true
|
|
|
|
mirror_y: false
|
|
|
|
model: TFT 2.4
|
|
|
|
color_palette: GRAYSCALE
|
|
|
|
cs_pin: 12
|
|
|
|
dc_pin: 13
|
|
|
|
reset_pin: 14
|
|
|
|
lambda: |-
|
|
|
|
it.rectangle(0, 0, it.get_width(), it.get_height());
|
|
|
|
- platform: ili9xxx
|
2024-08-27 14:07:32 +02:00
|
|
|
invert_colors: false
|
2024-04-23 11:36:30 +02:00
|
|
|
dimensions:
|
|
|
|
width: 320
|
|
|
|
height: 240
|
|
|
|
offset_width: 20
|
|
|
|
offset_height: 10
|
|
|
|
model: TFT 2.4
|
|
|
|
cs_pin: 25
|
|
|
|
dc_pin: 26
|
|
|
|
reset_pin: 27
|
|
|
|
auto_clear_enabled: false
|
|
|
|
rotation: 90
|
|
|
|
lambda: |-
|
|
|
|
it.fill(Color::WHITE);
|