gc9a01c
  • GC9A01C MicroPython driver
  • Building the firmware
    • Clone the Repositories
    • ESP32 MicroPython 1.14 thru 1.19
    • ESP32 MicroPython 1.20 and later
    • RP2040 MicroPython 1.20 and later
  • GC9A01 Class Methods
    • GC9A01
    • init()
    • reset()
    • soft_reset()
    • sleep_mode()
    • set_window()
    • circle()
    • fill_circle()
    • fill_rect()
    • fill()
    • pixel()
    • line()
    • blit_buffer()
    • draw()
    • draw_len()
    • write_len()
    • write()
    • bitmap()
    • pbitmap()
    • text()
    • rotate()
    • width()
    • height()
    • vscrdef()
    • vscsad()
    • on()
    • off()
    • hline()
    • vline()
    • rect()
    • offset()
    • color565()
    • map_bitarray_to_rgb565()
    • jpg()
    • polygon_center()
    • polygon()
    • fill_polygon()
    • arc()
    • fill_arc()
    • bounding()
  • Example Programs
    • Configuration modules
      • ESP32-S3-LCD-1.28
        • tft_configs/ESP32-S3-LCD-1.28/tft_config.py
        • tft_configs/ESP32-S3-LCD-1.28/tft_buttons.py
      • RP2-Dual-Display
        • tft_configs/RP2-Dual-Display/tft_config0.py
        • tft_configs/RP2-Dual-Display/tft_config1.py
        • tft_configs/RP2-Dual-Display/tft_buttons.py
      • RP2040-Touch-LCD-1.28
        • tft_configs/RP2040-Touch-LCD-1.28/tft_config.py
        • tft_configs/RP2040-Touch-LCD-1.28/tft_buttons.py
      • RP2
        • tft_configs/RP2/tft_config.py
        • tft_configs/RP2/tft_buttons.py
    • Examples
      • alien.py
      • arcs.py
      • bitarray.py
      • bluemarble.py
      • chango.py
      • feathers.py
      • fonts.py
      • hello.py
      • hello_world.py
      • hershey.py
      • jpg_test.py
      • lines.py
      • mono_fonts.py
      • noto_fonts.py
      • pinball.py
      • proverbs.py
      • roids.py
      • rotations.py
      • scroll.py
      • tiny_toasters.py
      • toasters.py
      • watch.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
    • sprites_converter.py
      • Example
      • Usage
    • text_font_converter.py
      • Example
      • Usage
    • write_font_converter.py
      • Example
      • Usage
  • Index
gc9a01c
  • Utilities
  • View page source

Utilities

  • create_png_examples.py
    • Example
    • Usage
  • image_converter.py
    • Example
    • Usage
  • sprites_converter.py
    • Example
    • Usage
  • text_font_converter.py
    • Example
    • Usage
  • write_font_converter.py
    • Example
    • Usage
Previous Next

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