This website requires JavaScript.
Explore
Help
Sign in
Home-IoT
/
esphome
Watch
1
Star
0
Fork
You've already forked esphome
0
mirror of
https://github.com/esphome/esphome.git
synced
2024-12-03 20:24:14 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7
caf352ff06
esphome
/
esphome
/
components
/
st7789v
/
__init__.py
4 lines
78 B
Python
Raw
Normal View
History
Unescape
Escape
Add support for ST7789V display module (as on TTGO T-Display) (#1050) * TFT-LCD ST7789V of ESP32 TTGO. This patch allows you to use TFT-LCD ST7789V of ESP32 TTGO * Lots of polish and a few tweaks * Add test * Add color to core, take 1 * Where did those tabs come from? * Fix lines too long * Added color component * Linted * Rebase, SPI fix, test * Shuffle bits * One more thing...oops * Image type fix...oops * Make display_buffer use Color * Fix BGR/RGB, remove predefined colors * Fix all the things * renamed colors to color * migrate max7219 Co-authored-by: musk95 <musk95@naver.com> Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-06-28 23:37:36 +02:00
import
esphome
.
codegen
as
cg
add-black (#1593) * Add black Update pre commit Update pre commit add empty line * Format with black
2021-03-07 20:03:16 +01:00
st7789v_ns
=
cg
.
esphome_ns
.
namespace
(
"
st7789v
"
)
Reference in a new issue
Copy permalink