docs(global): decoration should be as long as the text
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
903e2754c8
commit
5ed3a064c1
@@ -12,20 +12,14 @@
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<p align="center">
|
||||
|
||||
|
||||
|
||||
.. raw:: html
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<h1 align="center">
|
||||
@@ -36,11 +30,6 @@ Light and Versatile Graphics Library
|
||||
|
||||
</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<p align="center">
|
||||
@@ -54,7 +43,7 @@ Website \| Docs \| Forum :gb: \| Demos \| Services \| SquareLine Studio
|
||||
|
||||
:ledger:
|
||||
Overview
|
||||
-----------------
|
||||
--------
|
||||
|
||||
**実績**\ LVGL
|
||||
は、フリー&オープンソースの組み込み用グラフィックスライブラリです。
|
||||
|
||||
@@ -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**.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@ Generic MIPI DCS compatible LCD Controller driver
|
||||
=================================================
|
||||
|
||||
Overview
|
||||
-------------
|
||||
--------
|
||||
|
||||
From the `Wikipedia <https://en.wikipedia.org/wiki/MIPI_Alliance>`__:
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user