Site Tools


projects:amateur_radio:meshtastic:new_tft_gui

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:amateur_radio:meshtastic:new_tft_gui [2024/09/24 00:50] – more flashing steps Andrew Yongprojects:amateur_radio:meshtastic:new_tft_gui [2024/12/17 03:09] (current) – [Build] Update build instructions to pull latest device-ui and use correct t-deck-tft environment Andrew Yong
Line 1: Line 1:
 ====== New TFT GUI for Meshtastic ====== ====== New TFT GUI for Meshtastic ======
- 
  
 There's an improved GUI for Meshtastic that is actually designed for larger touchscreen devices. There's an improved GUI for Meshtastic that is actually designed for larger touchscreen devices.
Line 14: Line 13:
  
 Unfortunately, it takes over the channel used for the Bluetooth/Web UI so Bluetooth functionality is lost. Unfortunately, it takes over the channel used for the Bluetooth/Web UI so Bluetooth functionality is lost.
 +
 +===== Download from GitHub CI =====
 +
 +:!: Instructions no longer valid as image generation disabled :!:
  
 Here's how to obtain and flash it: Here's how to obtain and flash it:
  
 +  - You must be logged in on [[https://github.com/|GitHub]] for the download link to appear
   - [[https://github.com/meshtastic/firmware/pull/3259/checks|fancy T-Deck / T-Watch / unPhone / PICOmputer-S3 TFT screen #3259 → Checks]]   - [[https://github.com/meshtastic/firmware/pull/3259/checks|fancy T-Deck / T-Watch / unPhone / PICOmputer-S3 TFT screen #3259 → Checks]]
-  - If not all checks passed, click the dropdown arrow next to the commit hash, scroll to the bottom, and pick the lowest positioned (latest) commit without a red x next to it +  - On the left sidebar, click **CI** 
-  - Scroll down to the Artifacts (Produced during runtime) section +  - Scroll down to the **Artifacts (Produced during runtime)** section 
-  - Find the zip file for your particular device and click the download symbol to the right of it (you need to be logged in for this to work)+  - Find the zip file for your particular device and click the download symbol to the right of it (if you don't see the download symbol, check that you are logged in)
   - Use the [[https://www.espressif.com/en/support/download/other-tools|Espressif Flash Download Tools]] to flash the extracted ''.bin'' file (not the ''-update.bin'')   - Use the [[https://www.espressif.com/en/support/download/other-tools|Espressif Flash Download Tools]] to flash the extracted ''.bin'' file (not the ''-update.bin'')
     * ChipType: ESP32-S3, WorkMode: Develop, LoadMode: (any, I used USB)     * ChipType: ESP32-S3, WorkMode: Develop, LoadMode: (any, I used USB)
     * First line is the .bin file, address @ 0x0     * First line is the .bin file, address @ 0x0
-    * SPI SPEED: 80MHzSPI MODE: QIO, BAUD: 921600 and don't forget to select the correct COM port+    * SPI SPEED: 80MHzSPI MODE: QIO, BAUD: 921600 and don't forget to select the correct COM port 
 + 
 +===== Build Firmware ===== 
 + 
 +==== Prerequisites ==== 
 + 
 +Instructions are written for [[https://docs.platformio.org/en/latest/core/installation/index.html|PlatformIO core]]. [[https://docs.platformio.org/en/latest/integration/ide/vscode.html#ide-vscode|The same build can be done in PlatformIO IDE for Visual Studio Code]] at the last step (i.e. after cloning the git repository and updating submodules). 
 + 
 +==== Build ==== 
 + 
 +  - ''%%git clone --depth=1 --single-branch --branch tft-gui-work https://github.com/meshtastic/firmware.git meshtastic-firmware-tft-gui-work && cd meshtastic-firmware-tft-gui-work %%'' 
 +  - ''git submodule init && git submodule update'' 
 +  - ''cd lib/device-ui/ && git pull origin master && cd ../..'' 
 +  - ''pio run -e t-deck-tft'' 
 +  - Follow same flashing instructions as for download, firmware is in ''./.pio/build/t-deck-tft/firmware.bin''
projects/amateur_radio/meshtastic/new_tft_gui.1727139027.txt.gz · Last modified: 2024/09/24 00:50 by Andrew Yong