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

@@ -3,7 +3,7 @@ X11 Display/Inputs driver
=========================
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.
| It is an alternative to **Wayland**, **XCB**, **SDL** or **Qt**.

View File

@@ -3,7 +3,7 @@ Linux Framebuffer Driver
========================
Overview
-------------
--------
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

View File

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

View File

@@ -3,7 +3,7 @@ ILI9341 LCD Controller driver
=============================
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
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
=============================
============================
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
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
=============================
============================
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
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
=============================
============================
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
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
-------------
--------
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.