From df73e12464f1aa5b6780b5996ce966611d750de2 Mon Sep 17 00:00:00 2001 From: becseya Date: Wed, 26 Jun 2024 22:02:39 +0200 Subject: [PATCH] docs(renesas): update board videos, fix typos (#6429) --- docs/integration/chip/renesas.rst | 30 +++++++++++-------- .../driver/display/renesas_glcdc.rst | 4 +-- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/docs/integration/chip/renesas.rst b/docs/integration/chip/renesas.rst index b1263671a..6fc3212c1 100644 --- a/docs/integration/chip/renesas.rst +++ b/docs/integration/chip/renesas.rst @@ -6,7 +6,7 @@ Renesas `Renesas `__ is an official partner of LVGL. Therefore, LVGL contains built-in support for `Dave2D `__ (the GPU of Renesas) -and LVGL also hosts ready-to-use Renesas projects. +and we also maintain ready-to-use Renesas projects. Dave2D ------ @@ -25,9 +25,9 @@ GLCDC ----- GLCDC is a multi-stage graphics output peripheral available in several Renesas MCUs. -It is able to drive LCD panles via a higly configurable RGB interface. +It is able to drive LCD panels via a highly configurable RGB interface. -More info can be found at the :ref:`dirver's page`. +More info can be found at the :ref:`driver's page`. Supported boards ---------------- @@ -66,13 +66,19 @@ Supported boards | 4.3” | 480x272 | Parallel RGB565 - * - `Certification `__ video + * - `Board `__ video - .. raw:: html - + + + - .. raw:: html + + + + - .. raw:: html + + - - Coming soon - - Coming soon * - Links - `Demo repository for EK-RA8D1 `__ - `Demo repository for EK-RA6M3G `__ @@ -99,14 +105,14 @@ Get started with the Renesas ecosystem Downloading the `.zip` from GitHub doesn't work as it doesn't download the submodules. - - Open e² studio, go to ``File`` -> ``Import project`` and select ``General`` / ``Exsisting projects into workspace`` + - Open e² studio, go to ``File`` -> ``Import project`` and select ``General`` / ``Existing projects into workspace`` - Browse the cloned folder and press ``Finish``. - Double click on ``configuration.xml``. This will activate the `Configuration Window`. Renesas' Flexible Software Package (FSP) incudes BSP and HAL layer support extended with multiple RTOS variants and other middleware stacks. - The components will be available via code generation, incuding the entry point of *"main.c"*. + The components will be available via code generation, including the entry point of *"main.c"*. Press ``Generate Project Content`` in the top right corner. @@ -144,7 +150,7 @@ Get started with the Renesas ecosystem The compiler must be activated in e² studio: - Go to go to ``Help`` -> ``Add Renesas Toolchains`` - - Presss the ``Add... `` button + - Press the ``Add... `` button - Browse the installation folder of the toolchain | @@ -160,14 +166,14 @@ Get started with the Renesas ecosystem Downloading the `.zip` from GitHub doesn't work as it doesn't download the submodules. - - Open e² studio, go to ``File`` -> ``Import project`` and select ``General`` / ``Exsisting projects into workspace`` + - Open e² studio, go to ``File`` -> ``Import project`` and select ``General`` / ``Existing projects into workspace`` - Select the cloned folder and press ``Finish``. - Double click on ``RX72N_EnVision_LVGL.scfg``. This will activate the `Configuration Window`. Renesas' Smart Configurator (SMC) incudes BSP and HAL layer support extended with multiple RTOS variants and other middleware stacks. - The components will be available via code generation, incuding the entry point of the application. + The components will be available via code generation, including the entry point of the application. Press ``Generate Code`` in the top right corner. diff --git a/docs/integration/driver/display/renesas_glcdc.rst b/docs/integration/driver/display/renesas_glcdc.rst index b7340f1a0..de7cfe019 100644 --- a/docs/integration/driver/display/renesas_glcdc.rst +++ b/docs/integration/driver/display/renesas_glcdc.rst @@ -50,8 +50,8 @@ The following code demonstrates using the diver in :cpp:enumerator:`LV_DISPLAY_R lv_display_set_default(disp); To use the driver in :cpp:enumerator:`LV_DISPLAY_RENDER_MODE_PARTIAL` mode, an extra buffer must be allocated, -desireably in the fastest available memory region. -Buffer swapping can be activated by passing a second buffer of same size insted of the :cpp:expr:`NULL` argument. +desirably in the fastest available memory region. +Buffer swapping can be activated by passing a second buffer of same size instead of the :cpp:expr:`NULL` argument. .. code:: c