mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
8 lines
178 B
Python
8 lines
178 B
Python
|
"""
|
||
|
This decoder decodes the Sitronix ST7789 TFT controller protocol.
|
||
|
|
||
|
Details: https://www.newhavendisplay.com/appnotes/datasheets/LCDs/ST7789V.pdf
|
||
|
"""
|
||
|
|
||
|
from .pd import Decoder
|