.. _../tft_configs/rp2040_touch_lcd_128: RP2040-Touch-LCD-1.28 240x240 (GC9A01) ====================================== tft_configs/rp2040_touch_lcd_128/tft_config.py ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. literalinclude:: ../../../tft_configs/rp2040_touch_lcd_128/tft_config.py :language: python :linenos: :lines: 1- tft_configs/rp2040_touch_lcd_128/tft_buttons.py ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ from machine import Pin class Buttons: .. literalinclude:: ../../../tft_configs/rp2040_touch_lcd_128/tft_buttons.py :language: python :linenos: :lines: 1-