chore(docs) remove unneeded eval_rst statements

This commit is contained in:
embeddedt
2022-05-09 13:34:51 -04:00
parent 1816fa576c
commit d6911053aa
110 changed files with 0 additions and 220 deletions
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Contributing
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Cpp
In progress: https://github.com/lvgl/lv_binding_cpp
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Bindings
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Micropython
## What is Micropython?
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Get started
There are several ways to get your feet wet with LVGL. Here is one recommended order of documents to read and things to play with when you are learning to use LVGL:
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# FreeRTOS
TODO
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# (RT)OS
```eval_rst
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# NuttX RTOS
## What is NuttX?
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# RT-Thread RTOS
<img src="https://raw.githubusercontent.com/RT-Thread/rt-thread/master/documentation/figures/logo.png" width=40% style="float: center;" >
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Zephyr
TODO
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Arduino
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# CMake
LVGL supports integrating with [CMake](https://cmake.org/). It comes with preconfigured targets for:
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Espressif (ESP32 chip series)
LVGL can be used and configured as a standard [ESP-IDF](https://github.com/espressif/esp-idf) component.
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Platforms
```eval_rst
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# NXP
NXP has integrated LVGL into the MCUXpresso SDK packages for several of their general
purpose and crossover microcontrollers, allowing easy evaluation and migration into your
@@ -1,5 +1,3 @@
```eval_rst
```
# Simulator on PC
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# STM32
@@ -1,5 +1,3 @@
```eval_rst
```
# Tasmota and berry
## What is Tasmota?
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Quick overview
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
```eval_rst
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Introduction
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Flex
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Grid
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Layouts
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# BMP decoder
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# FFmpeg support
[FFmpeg](https://www.ffmpeg.org/) A complete, cross-platform solution to record, convert and stream audio and video.
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# FreeType support
Interface to [FreeType](https://www.freetype.org/) to generate font bitmaps run time.
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# File System Interfaces
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# GIF decoder
Allow using GIF images in LVGL. Based on https://github.com/lecram/gifdec
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# 3rd party libraries
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# PNG decoder
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# QR code
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Lottie player
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# JPG decoder
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Fragment
-2
View File
@@ -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.
-2
View File
@@ -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.
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Others
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Monkey
A simple monkey test. Use random input to stress test the application.
-2
View File
@@ -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.
-2
View File
@@ -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.
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Animations
You can automatically change the value of a variable between a start and an end value using animations.
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Colors
The color module handles all color-related functions like changing color depth, creating colors from hex code, converting between color depths, mixing colors, etc.
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Positions, sizes, and layouts
## Overview
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Displays
``` important:: The basic concept of a *display* in LVGL is explained in the [Porting](/porting/display) section. So before reading further, please read the [Porting](/porting/display) section first.
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Drawing
With LVGL, you don't need to draw anything manually. Just create objects (like buttons, labels, arc, etc.), move and change them, and LVGL will refresh and redraw what is required.
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Events
Events are triggered in LVGL when something happens which might be interesting to the user, e.g. when an object
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# File system
LVGL has a 'File system' abstraction module that enables you to attach any type of file system.
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Fonts
In LVGL fonts are collections of bitmaps and other information required to render images of individual letters (glyph).
-2
View File
@@ -1,5 +1,3 @@
```eval_rst
```
# Images
An image can be a file or a variable which stores the bitmap itself and some metadata.

Some files were not shown because too many files have changed in this diff Show More