# T-Deck Example This example shows how to use the `espp::TDeck` hardware abstraction component initialize the components on the LilyGo T-Deck. It initializes the touch, display, and t-keyboard subsystems. It reads the touchpad state and each time you touch the screen it uses LVGL to draw a circle where you touch. If you press the home button on the display, it will clear the circles. https://github.com/user-attachments/assets/5d7e7086-fc2c-4477-8948-07b5bab3e51f https://github.com/esp-cpp/espp/assets/213467/dc476c3d-dd9e-4b65-8c2d-9eda3ff3f33f  ## How to use example ### Hardware Required This example is designed to run on the LilyGo T-Deck. ### Build and Flash Build the project and flash it to the board, then run monitor tool to view serial output: ``` idf.py -p PORT flash monitor ``` (Replace PORT with the name of the serial port to use.) (To exit the serial monitor, type ``Ctrl-]``.) See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects. ## Example Output 
To create a project from this example, run:
idf.py create-project-from-example "espp/t-deck=0.21.0:example"