Touch-oriented application and windowing framework built on roo_display.
Host builds use the roo_testing 2.0 Arduino ESP32 profile. With Bazelisk 1.21 or newer, a plain command defaults to that profile and prints a notice:
bazel test ...
bazel test ... --config=asan
bazel test ... --config=roo_testing_arduino_esp32
bazel run //examples/simple/navigation:navigation
The files under .roo_testing/bazelrc/esp32 are vendored from roo_testing; follow their canonical-source headers when refreshing them.