From eea236749a2a08cffbfae9df8876ac44606db714 Mon Sep 17 00:00:00 2001 From: aeroreyna Date: Thu, 16 Jul 2026 16:39:08 -0400 Subject: [PATCH] Record reMarkable Qt hello world screen test --- projects/remarkable_hermes_communication_app.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/remarkable_hermes_communication_app.md b/projects/remarkable_hermes_communication_app.md index a52a4e1..fff87f0 100644 --- a/projects/remarkable_hermes_communication_app.md +++ b/projects/remarkable_hermes_communication_app.md @@ -23,7 +23,10 @@ Initial SSH-based proof of concept works. - `/home/adolforeyna/remarkable-dev/hello-rmpp-qt.tar.gz` - Tablet SSH alias `remarkable` was initially stale (`.107`), but the Paper Pro was found at `192.168.68.128`. - Deployed and ran `/home/root/hello_rmpp` on the Paper Pro successfully; output: `Hello from a custom reMarkable Paper Pro app!` -- Deployed `/home/root/hello_rmpp_qt` to the Paper Pro but did not run the visual Qt app yet, because foreground graphical apps may interrupt xochitl/tablet UI. +- Deployed `/home/root/hello_rmpp_qt` to the Paper Pro. +- Ran the visual Qt app with `QT_QPA_PLATFORM=epaper` after briefly stopping xochitl, then killed the app and restarted xochitl. +- Visual app runtime logs confirmed the Paper Pro e-paper Qt platform initialized, including screen geometry `1620x2160` and touch range `2064x2832`. +- xochitl was verified active again after the test. Hermes can: - Connect to the reMarkable via SSH alias `remarkable`.