Add calibration methods and app (#520)

This commit is contained in:
NellowTCS
2026-04-13 12:58:27 -06:00
committed by GitHub
parent 4dd2762b79
commit 10ba4f58e2
11 changed files with 724 additions and 380 deletions
@@ -0,0 +1,9 @@
#pragma once
#include <Tactility/app/App.h>
namespace tt::app::touchcalibration {
LaunchId start();
} // namespace tt::app::touchcalibration