From 3d000d3bf6e1e44c6b8d461e09669d8b2103f6de Mon Sep 17 00:00:00 2001 From: Martijn Date: Mon, 28 Oct 2024 13:25:04 +0100 Subject: [PATCH] try speed up display connection --- package/3bar_1display.yaml | 1 + package/base.yaml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package/3bar_1display.yaml b/package/3bar_1display.yaml index 5298b80..a53d56d 100644 --- a/package/3bar_1display.yaml +++ b/package/3bar_1display.yaml @@ -209,6 +209,7 @@ display: platform: ili9xxx model: ili9341 invert_colors: false + data_rate: 80MHz dc_pin: number: GPIO37 allow_other_uses: true diff --git a/package/base.yaml b/package/base.yaml index ec37b3b..f38d976 100644 --- a/package/base.yaml +++ b/package/base.yaml @@ -11,12 +11,10 @@ i2c: - id: temperature_sensor sda: GPIO1 scl: GPIO2 - scan: true - id: buttons sda: GPIO47 scl: GPIO48 - scan: true - frequency: 200khz + frequency: 400khz spi: clk_pin: GPIO36