Skip to content

Instantly share code, notes, and snippets.

@theundefined
Created September 6, 2020 21:38
Show Gist options
  • Save theundefined/38d888b3f41ce4df439c085fb76d77ea to your computer and use it in GitHub Desktop.
Save theundefined/38d888b3f41ce4df439c085fb76d77ea to your computer and use it in GitHub Desktop.
spi:
clk_pin: 18
mosi_pin: 23
font:
- file: "ArialTh.ttf"
id: font_arth
size: 16
display:
- platform: waveshare_epaper
cs_pin: 5
dc_pin: 17
busy_pin: 4
reset_pin: 16
model: 2.13in-ttgo
lambda: |-
it.print(0, 0, id(font_arth), "Hello World!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment