Skip to content

Commit

Permalink
docs(global): decoration should be as long as the text
Browse files Browse the repository at this point in the history
  • Loading branch information
becseya authored and kisvegabor committed May 22, 2024
1 parent 903e275 commit 5ed3a06
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 28 deletions.
13 changes: 1 addition & 12 deletions docs/README_jp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,14 @@

</p>



.. raw:: html

<p align="center">



.. raw:: html

</p>



.. raw:: html

<h1 align="center">
Expand All @@ -36,11 +30,6 @@ Light and Versatile Graphics Library

</h1>






.. raw:: html

<p align="center">
Expand All @@ -54,7 +43,7 @@ Website \| Docs \| Forum :gb: \| Demos \| Services \| SquareLine Studio

:ledger:
Overview
-----------------
--------

**実績**\ LVGL
は、フリー&オープンソースの組み込み用グラフィックスライブラリです。
Expand Down
2 changes: 1 addition & 1 deletion docs/integration/driver/X11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down
2 changes: 1 addition & 1 deletion docs/integration/driver/display/fbdev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/integration/driver/display/gen_mipi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Generic MIPI DCS compatible LCD Controller driver
=================================================

Overview
-------------
--------

From the `Wikipedia <https://en.wikipedia.org/wiki/MIPI_Alliance>`__:

Expand Down
2 changes: 1 addition & 1 deletion docs/integration/driver/display/ili9341.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/integration/driver/display/st7735.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/integration/driver/display/st7789.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/integration/driver/display/st7796.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/integration/driver/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/drivers/display/tft_espi/lv_tft_espi.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file lv_tft_espi.c
* @file lv_tft_espi.cpp
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/drivers/display/tft_espi/lv_tft_espi.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file lv_linux_fb_dev_h
* @file lv_tft_espi.h
*
*/

Expand Down

0 comments on commit 5ed3a06

Please sign in to comment.