From 9a72d6cc555a2847d601819348c9da41b755e741 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Wed, 27 Sep 2023 09:11:12 +0200 Subject: [PATCH] boards: fix inches unit in documentation --- boards/adafruit-itsybitsy-m4/doc.txt | 2 +- boards/adafruit-itsybitsy-nrf52/doc.txt | 2 +- boards/esp32-wrover-kit/include/board.h | 2 +- boards/esp32-wrover-kit/include/periph_conf.h | 2 +- boards/esp32s3-box/doc.txt | 2 +- boards/esp32s3-usb-otg/doc.txt | 2 +- boards/esp32s3-wt32-sc01-plus/doc.txt | 2 +- boards/esp32s3-wt32-sc01-plus/include/board.h | 2 +- boards/sipeed-longan-nano-tft/doc.txt | 2 +- boards/sipeed-longan-nano/doc.txt | 2 +- boards/stm32f746g-disco/doc.txt | 2 +- boards/stm32f7508-dk/doc.txt | 2 +- boards/stm32l0538-disco/doc.txt | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/boards/adafruit-itsybitsy-m4/doc.txt b/boards/adafruit-itsybitsy-m4/doc.txt index ce3cdbd438..2c7c86f00c 100644 --- a/boards/adafruit-itsybitsy-m4/doc.txt +++ b/boards/adafruit-itsybitsy-m4/doc.txt @@ -7,7 +7,7 @@ ![Adafruit-Itsybitsy-M4 compared to a quarter dollar](https://cdn-learn.adafruit.com/assets/assets/000/055/465/large1024/adafruit_products_3800_quarter_ORIG_2018_06.jpg?1529192175) -This is a small formfactor (only 1.4" long by 0.7" wide) SAM D51 board made by Adafruit. +This is a small formfactor (only 1.4\" long by 0.7\" wide) SAM D51 board made by Adafruit. The board features one red LED (LD1), one DotStar / APA102 RGB LED, a reset button as well as 21 configurable external pins(6 of which can be analog in). diff --git a/boards/adafruit-itsybitsy-nrf52/doc.txt b/boards/adafruit-itsybitsy-nrf52/doc.txt index 0202585f80..f0a7cebf03 100644 --- a/boards/adafruit-itsybitsy-nrf52/doc.txt +++ b/boards/adafruit-itsybitsy-nrf52/doc.txt @@ -5,7 +5,7 @@ ### General information -This is a small formfactor (only 1.4" long by 0.7" wide) nRF52840 board made by Adafruit. +This is a small formfactor (only 1.4\" long by 0.7\" wide) nRF52840 board made by Adafruit. The board features one red LED (LD1), one DotStar / APA102 RGB LED, a user (SW1), a reset button as well as 21 configurable external pins(6 of which can be analog in). diff --git a/boards/esp32-wrover-kit/include/board.h b/boards/esp32-wrover-kit/include/board.h index 95f465e8aa..f41e76e1a7 100644 --- a/boards/esp32-wrover-kit/include/board.h +++ b/boards/esp32-wrover-kit/include/board.h @@ -17,7 +17,7 @@ * * - Micro-SD card interface * - OV7670 camera interface - * - 3.2" SPI LCD panel + * - 3.2\" SPI LCD panel * - RGB LED * * Furthermore, many GPIOs are broken out for extension. The USB bridge diff --git a/boards/esp32-wrover-kit/include/periph_conf.h b/boards/esp32-wrover-kit/include/periph_conf.h index 0b1010cdd9..2899d47dfa 100644 --- a/boards/esp32-wrover-kit/include/periph_conf.h +++ b/boards/esp32-wrover-kit/include/periph_conf.h @@ -17,7 +17,7 @@ * * - Micro-SD card interface * - OV7670 camera interface - * - 3.2" SPI LCD panel + * - 3.2\" SPI LCD panel * - RGB LED * * Furthermore, many GPIOs are broken out for extension. The USB bridge diff --git a/boards/esp32s3-box/doc.txt b/boards/esp32s3-box/doc.txt index 8328417bc6..7d6e17cc62 100644 --- a/boards/esp32s3-box/doc.txt +++ b/boards/esp32s3-box/doc.txt @@ -38,7 +38,7 @@ The ESP32-S3-Box has following main features: | ESP32-S3 SoC | yes | | 16 MB Flash | yes | | 8 MB QSPI RAM | yes | -| 2.4" LCD Display 320 x 240 with ILI9342C | yes | +| 2.4\" LCD Display 320 x 240 with ILI9342C | yes | | Capacitive Touch Panel | no | | Dual Microphone ES7210 | no | | Speaker Codec ES8311 | no | diff --git a/boards/esp32s3-usb-otg/doc.txt b/boards/esp32s3-usb-otg/doc.txt index 4ae549cdcb..691f407011 100644 --- a/boards/esp32s3-usb-otg/doc.txt +++ b/boards/esp32s3-usb-otg/doc.txt @@ -73,7 +73,7 @@ The Espressif ESP32-S3-USB-OTG is a development board that uses the ESP32-S3-MINI-1 module. Most important features of the board are - Micro-SD Card interface -- 1.3" Color LCD display with ST7789 display controller +- 1.3\" Color LCD display with ST7789 display controller - USB-to-UART bridge - `USB_DEV` Type-A male port - `USB_HOST` Type-A female port diff --git a/boards/esp32s3-wt32-sc01-plus/doc.txt b/boards/esp32s3-wt32-sc01-plus/doc.txt index fa61f77929..9e402ace2c 100644 --- a/boards/esp32s3-wt32-sc01-plus/doc.txt +++ b/boards/esp32s3-wt32-sc01-plus/doc.txt @@ -41,7 +41,7 @@ The ESP32-S3 WT32-SC01 Plus has following main features: | ESP32-S3 SoC | yes | | 16 MB Flash | yes | | 2 MB QSPI RAM | yes | -| 3.5" LCD Display 480 x 320 with ST7796UI | yes | +| 3.5\" LCD Display 480 x 320 with ST7796UI | yes | | Capacitive Touch Panel with FT6336U | yes | | SD Card SPI mode | yes | | USB Type-C | yes | diff --git a/boards/esp32s3-wt32-sc01-plus/include/board.h b/boards/esp32s3-wt32-sc01-plus/include/board.h index 5b1ff6ab81..40b38be307 100644 --- a/boards/esp32s3-wt32-sc01-plus/include/board.h +++ b/boards/esp32s3-wt32-sc01-plus/include/board.h @@ -63,7 +63,7 @@ /** * @name LCD display configuration * - * ESP32-S3 WT32-SC01 Plus uses a 3.5" LCD 480 x 320 pixel display with + * ESP32-S3 WT32-SC01 Plus uses a 3.5\" LCD 480 x 320 pixel display with * an ST7796UI as driver chip and MCU8080 8-bit parallel interface. * * This configuration cannot be changed. diff --git a/boards/sipeed-longan-nano-tft/doc.txt b/boards/sipeed-longan-nano-tft/doc.txt index cdded78e51..88f0e73dfe 100644 --- a/boards/sipeed-longan-nano-tft/doc.txt +++ b/boards/sipeed-longan-nano-tft/doc.txt @@ -12,7 +12,7 @@ that is equipped with a TFT display with the following on-board components: - USB Type C - TF card slot - 3 user LEDs -- 0.96 inches TFT display 160 x 80 pixel +- 0.96\" TFT display 160 x 80 pixel @image html "https://media-cdn.seeedstudio.com/media/catalog/product/cache/7f7f32ef807b8c2c2215b49801c56084/1/1/114992425_1.jpg" "Sipeed Longan Nano" width=600 diff --git a/boards/sipeed-longan-nano/doc.txt b/boards/sipeed-longan-nano/doc.txt index 705ee69913..83de958f03 100644 --- a/boards/sipeed-longan-nano/doc.txt +++ b/boards/sipeed-longan-nano/doc.txt @@ -16,7 +16,7 @@ on-board components: - USB Type C - TF card slot - 3 user LEDs -- 0.96 inches TFT display 160 x 80 pixel (optional) +- 0.96\" TFT display 160 x 80 pixel (optional) @image html "https://wiki.sipeed.com/hardware/assets/Longan/nano/Longan_nano.124.jpg" "Sipeed Longan Nano" width=600 diff --git a/boards/stm32f746g-disco/doc.txt b/boards/stm32f746g-disco/doc.txt index 2db0cf4358..3ccb239c32 100644 --- a/boards/stm32f746g-disco/doc.txt +++ b/boards/stm32f746g-disco/doc.txt @@ -10,7 +10,7 @@ is an evaluation board supporting a ARM Cortex-M7 STM32F746NG microcontroller with 340KB of RAM and 1MB of ROM Flash. As main features, this board provides: -- a 4"3 RGB 480×272 color LCD-TFT with capacitive touch screen, +- a 4.3\" RGB 480×272 color LCD-TFT with capacitive touch screen, - an ethernet port - 2 user USB ports (FS and HS) - 2 user digital microphones diff --git a/boards/stm32f7508-dk/doc.txt b/boards/stm32f7508-dk/doc.txt index 9d0e847dc0..aceaece7c2 100644 --- a/boards/stm32f7508-dk/doc.txt +++ b/boards/stm32f7508-dk/doc.txt @@ -13,7 +13,7 @@ is identical. As a result, the main features available on this board are shared with the ones provided by the STM32F746G-DISCO: -- a 4"3 RGB 480×272 color LCD-TFT with capacitive touch screen, +- a 4.3\" RGB 480×272 color LCD-TFT with capacitive touch screen, - an ethernet port - 2 user USB ports (FS and HS) - 2 user digital microphones diff --git a/boards/stm32l0538-disco/doc.txt b/boards/stm32l0538-disco/doc.txt index d3171e6186..f283457c9e 100644 --- a/boards/stm32l0538-disco/doc.txt +++ b/boards/stm32l0538-disco/doc.txt @@ -9,7 +9,7 @@ The [STM32L0538-DISCO](https://www.st.com/en/evaluation-tools/32l0538discovery.html) discovery kit features an ultra low-power stm32l053c8t6 microcontroller with 64KB of FLASH and 8KB of RAM. -The board also provides an on-board 2.04" E-paper display (not supported yet). +The board also provides an on-board 2.04\" E-paper display (not supported yet). ![STM32L0538-DISCO](https://www.st.com/content/ccc/fragment/product_related/rpn_information/board_photo/group0/67/a2/3f/98/6b/24/4a/27/stm32l0538-discovery.jpg/files/stm32l0538-disco.jpg/_jcr_content/translations/en.stm32l0538-disco.jpg)