Skip to content

Instantly share code, notes, and snippets.

@Samywamy10
Last active June 3, 2025 02:38
Show Gist options
  • Select an option

  • Save Samywamy10/916e80deb827021e80aaac8d58e018fe to your computer and use it in GitHub Desktop.

Select an option

Save Samywamy10/916e80deb827021e80aaac8d58e018fe to your computer and use it in GitHub Desktop.
# usage:
# packages:
# your_cee_base: !include your-cee-config.yaml
esphome:
on_boot:
then:
- light.turn_on:
id: back_light
brightness: "80%"
spi:
mosi_pin: GPIO15
clk_pin: GPIO14
i2c:
sda: GPIO21
scl: GPIO22
touchscreen:
platform: cst816
id: my_touchscreen
interrupt_pin: GPIO19
reset_pin: GPIO1
output:
- platform: ledc
pin: GPIO32
id: gpio_2_backlight_pwm
light:
- platform: monochromatic
output: gpio_2_backlight_pwm
name: "LEDK"
id: back_light
display:
- platform: ili9xxx
model: GC9A01A
dc_pin: GPIO27
reset_pin: GPIO33
cs_pin: GPIO5
auto_clear_enabled: False
invert_colors: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment