MIT License Copyright (c) 2020-2023 Russ Hughes Copyright (c) 2019 Ivan Belokobylskiy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. The driver is based on devbis' st7789py_mpy module from https://github.com/devbis/st7789py_mpy. This driver supports: - 320x240, 240x240, 135x240 and 128x128 pixel displays - Display rotation - RGB and BGR color orders - Hardware based scrolling - Drawing text using 8 and 16 bit wide bitmap fonts with heights that are multiples of 8. Included are 12 bitmap fonts derived from classic pc BIOS text mode fonts. - Drawing text using converted TrueType fonts. - Drawing converted bitmaps - Named color constants - BLACK - BLUE - RED - GREEN - CYAN - MAGENTA - YELLOW - WHITE
Class | micropython |
Undocumented |
Class | ST7789 |
ST7789 driver class |
Function | color565 |
Convert red, green and blue values (0-255) into a 16-bit 565 encoding. |
Function | color888 |
Undocumented |
Function | color |
Undocumented |
Function | luminance |
Undocumented |
Constant | BGR |
Undocumented |
Constant | BLACK |
Undocumented |
Constant | BLUE |
Undocumented |
Constant | CYAN |
Undocumented |
Constant | GREEN |
Undocumented |
Constant | MAGENTA |
Undocumented |
Constant | RED |
Undocumented |
Constant | RGB |
Undocumented |
Constant | WHITE |
Undocumented |
Constant | YELLOW |
Undocumented |
Variable | const |
Undocumented |
Constant | _BIT0 |
Undocumented |
Constant | _BIT1 |
Undocumented |
Constant | _BIT2 |
Undocumented |
Constant | _BIT3 |
Undocumented |
Constant | _BIT4 |
Undocumented |
Constant | _BIT5 |
Undocumented |
Constant | _BIT6 |
Undocumented |
Constant | _BIT7 |
Undocumented |
Constant | _BUFFER |
Undocumented |
Constant | _COLOR |
Undocumented |
Constant | _COLOR |
Undocumented |
Constant | _COLOR |
Undocumented |
Constant | _COLOR |
Undocumented |
Constant | _COLOR |
Undocumented |
Constant | _COLOR |
Undocumented |
Constant | _ENCODE |
Undocumented |
Constant | _ENCODE |
Undocumented |
Constant | _ENCODE |
Undocumented |
Constant | _ENCODE |
Undocumented |
Constant | _HEIGHT |
Undocumented |
Constant | _NEEDS |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _ST7789 |
Undocumented |
Constant | _SUPPORTED |
Undocumented |
Constant | _WIDTH |
Undocumented |
Constant | _XSTART |
Undocumented |
Constant | _YSTART |
Undocumented |
Variable | _ |
Undocumented |
Variable | _ |
Undocumented |
Variable | _ |
Undocumented |
Variable | _ |
Undocumented |
Undocumented
Value |
|
Undocumented
Value |
|