From 7bdd9330bc5b20e96fae08c42cdd93adab243f66 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Mon, 6 Apr 2026 11:15:18 -0300 Subject: [PATCH] doc/raspberry-pi-pico: Fix ST7735 Documentation Change the order of voltage suggesting 3V3 first and than 5V to avoid users to damage their LCDs. Signed-off-by: Alan C. Assis --- .../platforms/arm/rp2040/boards/raspberrypi-pico/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/platforms/arm/rp2040/boards/raspberrypi-pico/index.rst b/Documentation/platforms/arm/rp2040/boards/raspberrypi-pico/index.rst index 4010591a24d..5f8ac2f0fc4 100644 --- a/Documentation/platforms/arm/rp2040/boards/raspberrypi-pico/index.rst +++ b/Documentation/platforms/arm/rp2040/boards/raspberrypi-pico/index.rst @@ -346,7 +346,7 @@ ST7735 SPI LCD. * - GND - GND (Pin 3 or 38 or ...) * - VCC - - 5V Vbus (Pin 40) + - 3V3 (Pin 36) or 5V Vbus (Pin 40), if your module has a voltage regulator * - SDA - GP15 (SPI1 TX) (Pin 20) * - SCK