mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-04 14:54:41 +08:00
chore(docs) remove unneeded eval_rst statements
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
```eval_rst
|
||||
```
|
||||
|
||||
# Fragment
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
```eval_rst
|
||||
```
|
||||
# Grid navigation
|
||||
|
||||
Grid navigation (gridnav for short) is a feature that changes the currently focused child object as arrow keys are pressed.
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
```eval_rst
|
||||
```
|
||||
## Image font (imgfont)
|
||||
Draw image in label or span obj with imgfont.
|
||||
This is often used to display Unicode emoji icons in text.
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
```eval_rst
|
||||
```
|
||||
# Others
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
```eval_rst
|
||||
```
|
||||
# Monkey
|
||||
|
||||
A simple monkey test. Use random input to stress test the application.
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
```eval_rst
|
||||
```
|
||||
# Messaging
|
||||
|
||||
Messaging (`lv_msg`) is a classic []publisher subscriber](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern) implementation for LVGL.
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
```eval_rst
|
||||
```
|
||||
# Snapshot
|
||||
|
||||
Snapshot provides APIs to take snapshot image for LVGL object together with its children. The image will look exactly like the object.
|
||||
|
||||
Reference in New Issue
Block a user