docs(global): decoration should be as long as the text

This commit is contained in:
Akos Becsey
2024-05-11 18:17:15 +02:00
committed by Gabor Kiss-Vamosi
parent 903e2754c8
commit 5ed3a064c1
11 changed files with 17 additions and 28 deletions

View File

@@ -12,20 +12,14 @@
</p> </p>
 
.. raw:: html .. raw:: html
<p align="center"> <p align="center">
 
.. raw:: html .. raw:: html
</p> </p>
 
.. raw:: html .. raw:: html
<h1 align="center"> <h1 align="center">
@@ -36,11 +30,6 @@ Light and Versatile Graphics Library
</h1> </h1>
 
   
.. raw:: html .. raw:: html
<p align="center"> <p align="center">
@@ -54,7 +43,7 @@ Website \| Docs \| Forum :gb: \| Demos \| Services \| SquareLine Studio
:ledger: :ledger:
Overview Overview
----------------- --------
**実績**\ LVGL **実績**\ LVGL
は、フリー&オープンソースの組み込み用グラフィックスライブラリです。 は、フリー&オープンソースの組み込み用グラフィックスライブラリです。

View File

@@ -3,7 +3,7 @@ X11 Display/Inputs driver
========================= =========================
Overview Overview
------------- --------
| The **X11** display/input `driver <https://github.com/lvgl/lvgl/src/drivers/x11>`__ offers support for simulating the LVGL display and keyboard/mouse inputs in an X11 desktop window. | The **X11** display/input `driver <https://github.com/lvgl/lvgl/src/drivers/x11>`__ offers support for simulating the LVGL display and keyboard/mouse inputs in an X11 desktop window.
| It is an alternative to **Wayland**, **XCB**, **SDL** or **Qt**. | It is an alternative to **Wayland**, **XCB**, **SDL** or **Qt**.

View File

@@ -3,7 +3,7 @@ Linux Framebuffer Driver
======================== ========================
Overview Overview
------------- --------
The Linux framebuffer (fbdev) is a linux subsystem used to display graphics. It is a hardware-independent API that gives user space software The Linux framebuffer (fbdev) is a linux subsystem used to display graphics. It is a hardware-independent API that gives user space software
access to the framebuffer (the part of a computer's video memory containing a current video frame) using only the Linux kernel's own basic access to the framebuffer (the part of a computer's video memory containing a current video frame) using only the Linux kernel's own basic

View File

@@ -3,7 +3,7 @@ Generic MIPI DCS compatible LCD Controller driver
================================================= =================================================
Overview Overview
------------- --------
From the `Wikipedia <https://en.wikipedia.org/wiki/MIPI_Alliance>`__: From the `Wikipedia <https://en.wikipedia.org/wiki/MIPI_Alliance>`__:

View File

@@ -3,7 +3,7 @@ ILI9341 LCD Controller driver
============================= =============================
Overview Overview
------------- --------
The `ILI9341 <https://www.buydisplay.com/download/ic/ILI9341.pdf>`__ is a 262,144-color single-chip SOC driver for a-TFT liquid crystal display with resolution of 240RGBx320 The `ILI9341 <https://www.buydisplay.com/download/ic/ILI9341.pdf>`__ is a 262,144-color single-chip SOC driver for a-TFT liquid crystal display with resolution of 240RGBx320
dots, comprising a 720-channel source driver, a 320-channel gate driver, 172,800 bytes GRAM for graphic dots, comprising a 720-channel source driver, a 320-channel gate driver, 172,800 bytes GRAM for graphic

View File

@@ -1,9 +1,9 @@
============================= ============================
ST7735 LCD Controller driver ST7735 LCD Controller driver
============================= ============================
Overview Overview
------------- --------
The `ST7735S <https://www.buydisplay.com/download/ic/ST7735S.pdf>`__ is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 396 The `ST7735S <https://www.buydisplay.com/download/ic/ST7735S.pdf>`__ is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 396
source line and 162 gate line driving circuits. This chip is capable of connecting directly to an external source line and 162 gate line driving circuits. This chip is capable of connecting directly to an external

View File

@@ -1,9 +1,9 @@
============================= ============================
ST7789 LCD Controller driver ST7789 LCD Controller driver
============================= ============================
Overview Overview
------------- --------
The `ST7789 <https://www.buydisplay.com/download/ic/ST7789.pdf>`__ is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 720 The `ST7789 <https://www.buydisplay.com/download/ic/ST7789.pdf>`__ is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 720
source line and 320 gate line driving circuits. This chip is capable of connecting directly to an external source line and 320 gate line driving circuits. This chip is capable of connecting directly to an external

View File

@@ -1,9 +1,9 @@
============================= ============================
ST7796 LCD Controller driver ST7796 LCD Controller driver
============================= ============================
Overview Overview
------------- --------
The `ST7796S <https://www.buydisplay.com/download/ic/ST7796S.pdf>`__ is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 960 The `ST7796S <https://www.buydisplay.com/download/ic/ST7796S.pdf>`__ is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 960
source lines and 480 gate lines driving circuits. The ST7796S is capable of connecting directly to an external source lines and 480 gate lines driving circuits. The ST7796S is capable of connecting directly to an external

View File

@@ -3,7 +3,7 @@ Windows Display/Inputs driver
============================= =============================
Overview Overview
------------- --------
The **Windows** display/input `driver <https://github.com/lvgl/lvgl/src/drivers/windows>`__ offers support for simulating the LVGL display and keyboard/mouse inputs in a Windows Win32 window. The **Windows** display/input `driver <https://github.com/lvgl/lvgl/src/drivers/windows>`__ offers support for simulating the LVGL display and keyboard/mouse inputs in a Windows Win32 window.

View File

@@ -1,5 +1,5 @@
/** /**
* @file lv_tft_espi.c * @file lv_tft_espi.cpp
* *
*/ */

View File

@@ -1,5 +1,5 @@
/** /**
* @file lv_linux_fb_dev_h * @file lv_tft_espi.h
* *
*/ */