1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

SSD1322 display support (#1405)

This commit is contained in:
Keith Burzinski
2020-12-30 03:52:41 -06:00
committed by GitHub
parent 9aa14a2e83
commit 095d3181cd
9 changed files with 441 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ esphome/components/sensor/* @esphome/core
esphome/components/shutdown/* @esphome/core
esphome/components/sim800l/* @glmnet
esphome/components/spi/* @esphome/core
esphome/components/ssd1322_base/* @kbx81
esphome/components/ssd1322_spi/* @kbx81
esphome/components/ssd1325_base/* @kbx81
esphome/components/ssd1325_spi/* @kbx81
esphome/components/ssd1327_base/* @kbx81