From a97355167bc1a0c2d0484347b68a59e1646341e4 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Mon, 28 Jul 2025 12:33:05 -0300 Subject: [PATCH] Doc: Add documentation to weact-stm32h743:st7735 Signed-off-by: Alan C. Assis --- .../stm32h7/boards/weact-stm32h743/index.rst | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Documentation/platforms/arm/stm32h7/boards/weact-stm32h743/index.rst b/Documentation/platforms/arm/stm32h7/boards/weact-stm32h743/index.rst index ce3a8662c8..ab205cf27b 100644 --- a/Documentation/platforms/arm/stm32h7/boards/weact-stm32h743/index.rst +++ b/Documentation/platforms/arm/stm32h7/boards/weact-stm32h743/index.rst @@ -132,3 +132,32 @@ The SD card can then be mounted by the NSH commands:: test_file.txt nsh> cat /mnt/test_file.txt Hello World!! + +st7735 +------ + +This config enables the ST7735 0.96" Display (80*160) on weact-stm32h743 board:: + + nsh> fb + VideoInfo: + fmt: 11 + xres: 80 + yres: 160 + nplanes: 1 + PlaneInfo (plane 0): + fbmem: 0x38000d50 + fblen: 25600 + stride: 160 + display: 0 + bpp: 16 + Mapped FB: 0x38000d50 + 0: ( 0, 0) ( 80,160) + 1: ( 7, 14) ( 66,132) + 2: ( 14, 28) ( 52,104) + 3: ( 21, 42) ( 38, 76) + 4: ( 28, 56) ( 24, 48) + 5: ( 35, 70) ( 10, 20) + Test finished + nsh> + +