st7789py

Contents:

  • st7789py Driver
  • st7789py Reference
    • color565()
    • ST7789
      • ST7789.init()
      • ST7789.hard_reset()
      • ST7789.soft_reset()
      • ST7789.sleep_mode()
      • ST7789.inversion_mode()
      • ST7789.rotation()
      • ST7789.vline()
      • ST7789.hline()
      • ST7789.pixel()
      • ST7789.blit_buffer()
      • ST7789.rect()
      • ST7789.fill_rect()
      • ST7789.fill()
      • ST7789.line()
      • ST7789.vscrdef()
      • ST7789.vscsad()
      • ST7789.text()
      • ST7789.bitmap()
      • ST7789.pbitmap()
      • ST7789.write()
      • ST7789.write_width()
      • ST7789.polygon()
  • Example Programs
    • Configuration modules
      • M5STACK AtomS3 128x128 (GC9107)
        • tft_configs/atom_s3/tft_config.py
        • tft_configs/atom_s3/tft_buttons.py
      • Generic ESP32 320x240
        • tft_configs/esp32_320x240/tft_config.py
        • tft_configs/esp32_320x240/tft_buttons.py
      • M5STACK CORE 320x240 (ILI9342)
        • tft_configs/m5stack_core/tft_config.py
        • tft_configs/m5stack_core/tft_buttons.py
      • M5STACK CORE2 320x240 (ILI9342)
        • tft_configs/m5stack_core2/tft_config.py
        • tft_configs/m5stack_core2/tft_buttons.py
      • M5STACK CoreS3 320x240 (ILI9342)
        • tft_configs/m5stack_core3/tft_config.py
        • tft_configs/m5stack_core3/tft_buttons.py
      • RP2040-Touch-LCD-1.28 240x240 (GC9A01)
        • tft_configs/rp2040_touch_lcd_128/tft_config.py
        • tft_configs/rp2040_touch_lcd_128/tft_buttons.py
      • LilyGo T-Dongle-S3 80x160 (ST7735)
        • tft_configs/t-dongle-s3/tft_config.py
        • tft_configs/t-dongle-s3/tft_buttons.py
      • LilyGo T-embed 170x320
        • tft_configs/t-embed/tft_config.py
        • tft_configs/t-embed/tft_buttons.py
      • LilyGo T-QT Pro 128x128 (GC9107)
        • tft_configs/t_qt_pro/tft_config.py
        • tft_configs/t_qt_pro/tft_buttons.py
      • LilyGo T-DISPLAY 135x240
        • tft_configs/ttgo_tdisplay/tft_config.py
        • tft_configs/ttgo_tdisplay/tft_buttons.py
      • LilyGo T-DISPLAY RP2040 135x240
        • tft_configs/ttgo_tdisplay_rp2040/tft_config.py
        • tft_configs/ttgo_tdisplay_rp2040/tft_buttons.py
      • Waveshare Pico LCD 1.14 135x240
        • tft_configs/waveshare_114/tft_config.py
        • tft_configs/waveshare_114/tft_buttons.py
      • Waveshare Pico LCD 1.3 240x240
        • tft_configs/waveshare_13/tft_config.py
        • tft_configs/waveshare_13/tft_buttons.py
      • Waveshare Pico LCD 2 240x320
        • tft_configs/waveshare_2/tft_config.py
        • tft_configs/waveshare_2/tft_buttons.py
    • Examples
      • alien.py
      • boxlines.py
      • chango.py
      • color_test.py
      • colorbars.py
      • feathers.py
      • fonts.py
      • hello.py
      • noto_fonts.py
      • proverbs.py
      • roids.py
      • rotations.py
      • scroll.py
      • tiny_hello.py
      • tiny_toasters.py
  • Fonts
    • Bitmap Fonts
      • Bitmap Font Conversion
      • Bitmap Font Samples
        • 8x8 Rom Fonts
        • 8x16 Rom Fonts
        • 16x16 Rom Fonts
        • 16x32 Rom Fonts
    • True Type fonts
      • True-Type Font Conversion
  • Utilities
    • create_png_examples.py
      • Example
      • Usage
    • image_converter.py
      • Example
      • Usage
    • make_colorbars_bitmap.py
      • Example
      • Usage
    • sprites_converter.py
      • Example
      • Usage
    • text_font_converter.py
      • Example
      • Usage
    • write_font_converter.py
      • Example
      • Usage
  • Index
st7789py
  • Search


Built with Sphinx using a theme provided by Read the Docs.