Updated screenshots and .gitignore of HelloWorld (#291)

* T-Deck Pro work in progress

* Add .gitignore to HelloWorld
This commit is contained in:
Ken Van Hoeylandt
2025-06-15 13:49:00 +02:00
committed by GitHub
parent 29e4350517
commit 6de0f442fb
26 changed files with 1527 additions and 43 deletions
@@ -0,0 +1,7 @@
#pragma once
#include "Tactility/hal/sdcard/SdCardDevice.h"
using tt::hal::sdcard::SdCardDevice;
std::shared_ptr<SdCardDevice> createTdeckSdCard();