This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 987f47d47d033c76de7094b8d2e9c672af7e66e7 Author: aviralgarg05 <[email protected]> AuthorDate: Fri Jul 24 16:55:57 2026 +0530 Documentation: Add NXStore hardware screenshot. Add a real ESP32-S3 touchscreen photograph to the NXStore guide so the companion documentation shows the package catalog on target hardware. Assisted-by: OpenAI Codex:gpt-5.6-sol Signed-off-by: aviralgarg05 <[email protected]> --- Documentation/applications/system/nxstore/index.rst | 8 ++++++++ .../applications/system/nxstore/nxstore-esp32s3.jpg | Bin 0 -> 228721 bytes 2 files changed, 8 insertions(+) diff --git a/Documentation/applications/system/nxstore/index.rst b/Documentation/applications/system/nxstore/index.rst index 6154672a4d5..072273f6252 100644 --- a/Documentation/applications/system/nxstore/index.rst +++ b/Documentation/applications/system/nxstore/index.rst @@ -7,6 +7,14 @@ packages in the synchronized catalog, installs a selected package on a worker thread, launches installed Dynamic ELF applications, and supervises the one application currently using the display. +.. figure:: nxstore-esp32s3.jpg + :figwidth: 80% + :align: center + :alt: NXStore package catalog running on an ESP32-S3 touchscreen board + + NXStore package catalog running on a Waveshare + ESP32-S3-Touch-LCD-7 board. + Configuration ============= diff --git a/Documentation/applications/system/nxstore/nxstore-esp32s3.jpg b/Documentation/applications/system/nxstore/nxstore-esp32s3.jpg new file mode 100644 index 00000000000..3670e8c1eb8 Binary files /dev/null and b/Documentation/applications/system/nxstore/nxstore-esp32s3.jpg differ
