Commit Graph

230 Commits

Author SHA1 Message Date
André Costa 77edacfb47 docs(readme): add missing lv_display_flush_ready call to example (#9767) 2026-02-26 08:23:42 +01:00
Victor Wheeler ae15dc66c0 docs(directory structure): simplify by removing details/ and intro/ dirs (#9313) 2025-11-27 21:07:30 +01:00
Gabor Kiss-Vamosi 9198916d0a docs(README): remove outdated content and add new features (#9023)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Compare file templates with file names / template-check (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Install LVGL using CMake / build-examples (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/benchmark_results_comment/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/filter_docker_logs/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/serialize_results/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 32b - lv_conf_perf32b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 64b - lv_conf_perf64b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Save PR Number (push) Has been cancelled
Hardware Performance Test / Hardware Performance Benchmark (push) Has been cancelled
Hardware Performance Test / HW Benchmark - Save PR Number (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_32B - Ubuntu (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_64B - Ubuntu (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Victor Wheeler <vwheeler63@users.noreply.github.com>
Co-authored-by: Liam Howatt <30486941+liamHowatt@users.noreply.github.com>
2025-10-14 10:18:07 +02:00
Victor Wheeler 8c57e60a33 refactor(lv_part_t/lv_state_t): refactor to align types with prototypes (#8511)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2025-07-31 16:38:09 +02:00
Allen_Luo 8f79aa941e docs(readme): fix broken links (#8605)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Compare file templates with file names / template-check (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/benchmark_results_comment/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/filter_docker_logs/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/serialize_results/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 32b - lv_conf_perf32b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 64b - lv_conf_perf64b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Save PR Number (push) Has been cancelled
Hardware Performance Test / Hardware Performance Benchmark (push) Has been cancelled
Hardware Performance Test / HW Benchmark - Save PR Number (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_32B - Ubuntu (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_64B - Ubuntu (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
2025-07-28 07:10:42 +02:00
edwardnepo 6a7d39b853 docs(readme): add Hebrew language section to documentation (#8345)
Co-authored-by: Edward Nepomnyashchiy <edwardnepo@MacBook-Air-Edward.local>
2025-07-01 11:44:01 +02:00
Fabian Blatz e7af9006bf feat(font): Replace SimSun font with SourceHanSansSC (#8006) 2025-04-17 11:26:26 +02:00
Victor Wheeler 96cd96e33d docs(README_zh.md): add missing examples section (#7897) 2025-03-25 22:40:32 +01:00
JimmyBinoculars df6cd30da6 docs(readme): fix broken links (#7961) 2025-03-21 09:17:20 -03:00
Victor Wheeler fc3e2dd1ae docs: convert 4 .rst files back to .md files since not part of doc-gen (#7839) 2025-02-25 22:36:30 +01:00
Victor Wheeler 50e49b74c5 fix(docs): link in /lvgl/README.md to supported display types (#7167) 2024-10-28 21:12:50 +01:00
Victor Wheeler 868db01136 fix(docs): fix broken links in ./lvgl/README.md (#7146) 2024-10-28 15:51:34 +08:00
Josh Soref df0d36f02a chore: fix spelling (#6401)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-28 09:09:23 +02:00
Gabor Kiss-Vamosi 2d7a9ac232 docs(README): fix broken images (#6404) 2024-06-23 18:53:07 +08:00
Gabor Kiss-Vamosi b56faf842f docs(README): fix links (#6383) 2024-06-21 16:41:03 +08:00
Tilen Majerle 10e0d5facf fix(README): with corrected example code (#6151) 2024-05-03 09:08:41 +02:00
100ask 1cb3e219a9 docs: update README (#5841)
Co-authored-by: YobeZhou <smilezyb@163.com>
2024-03-18 17:54:45 +01:00
Gabor Kiss-Vamosi 5895858c99 docs(README): remove mentions of SquareLine Studio (#5638) 2024-02-12 18:59:22 +01:00
jadonmmiller 9c025d357f chore(README): Fixed #5491 Typo (#5492) 2024-01-26 10:43:38 +08:00
lhdjply f470539f4c docs: add Chinese README (#5388)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Benign X <1341398182@qq.com>
2024-01-19 21:18:32 +08:00
Gabriel Wang 78a6b2f425 chore(cmsis-pack): prepare for LVGL9 release (#5323)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-15 19:50:03 +01:00
Carlos Diaz 91f336c69e docs(README): fix link to the simulator (#5139) 2024-01-02 14:15:06 +08:00
Gabor Kiss-Vamosi 8e4b7f5676 docs(README): change ESP32 to ESP-IDF(ESP32)
See https://github.com/lvgl/lv_port_esp32/issues/314#issuecomment-1866671312
2023-12-25 20:41:36 +01:00
lhdjply 62801b5422 chore(README): follow naming changes in README (#5036)
Signed-off-by: lhdjply <lhdjply@126.com>
2023-12-18 13:07:28 +01:00
Gabor Kiss-Vamosi e869d76f53 docs(readme): fix links 2023-10-25 15:01:27 +02:00
Chris Ring b001d684fe docs: fix misc typos throughout (#4413)
Signed-off-by: Chris Ring <c-ring@ti.com>
2023-07-27 22:35:12 +02:00
Abu c4ead47374 docs(README): fix broken link (#4220)
Co-authored-by: abu <abu>
2023-05-18 10:04:14 +02:00
J. Neuschäfer bc9bcaa6b7 chore(docs): fix a few typos (#4170)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-04-28 11:08:42 +02:00
Gabor Kiss-Vamosi 862478f152 docs(README): update to GitHub Sponsors 2023-04-11 10:11:55 +02:00
Gabor Kiss-Vamosi 385a6d98d7 kick CI 2023-02-20 22:03:26 +01:00
Gabor Kiss-Vamosi 124f9b0f9f arch(driver): new driver architecture with new color format support 2023-02-20 20:50:58 +01:00
Gabor Kiss-Vamosi 2e2fc287a4 docs(readme): add simple hello world example 2022-11-22 14:57:36 +01:00
Gabor Kiss-Vamosi dabe9c9073 chore(readme): remove duplicated item from the package list 2022-11-13 13:09:11 +01:00
Frankie A 4f8949c57b docs(readme): add reference to RIOT OS LVGL Package (#3761) 2022-10-23 11:51:45 +02:00
Lyon 0d0ac9a32c docs(readme): add binding info for PikaScript (#3663) 2022-09-06 09:21:57 +02:00
Gabor Kiss-Vamosi cc0bedbcbc Update README.md 2022-08-02 19:20:33 +02:00
Gabor Kiss-Vamosi 71e040d832 docs(README): add sponsor section 2022-07-26 13:12:31 +02:00
Takashi 009bfa78da docs(readme): add version japanese (#3491)
* docs(readme): add version japanese

* docs(readme): add version japanese

* docs(readme): add version japanese

* docs(readme): add version japanese
2022-07-18 16:20:51 +02:00
Gabor Kiss-Vamosi 67d6661839 docs: make the root directory cleaner 2022-07-14 18:57:47 +02:00
Gabor Kiss-Vamosi 88c5f31a04 chore(README): add links to the docs 2022-07-14 12:59:26 +02:00
Gabor Kiss-Vamosi 0eed7670ac Update README.md 2022-07-14 12:37:22 +02:00
Gabor Kiss-Vamosi f0d90a65a6 docs(README): add more examples 2022-07-14 12:27:20 +02:00
Gabor Kiss-Vamosi 0d9ab4ee0e chore(README): minor fixes 2022-07-14 10:49:27 +02:00
Gabor Kiss-Vamosi 0934a8929b docs(README): add contributor list 2022-07-14 01:25:24 +02:00
Gabor Kiss-Vamosi 261be2d154 chore(README): minor fixes 2022-07-13 22:43:56 +02:00
Gabor Kiss-Vamosi a827abee68 chore(README): minor formatting 2022-07-13 22:04:16 +02:00
Gabor Kiss-Vamosi 5dba46de72 docs(README): imporve style 2022-07-13 21:57:19 +02:00
Gabor Kiss-Vamosi bfcaaff610 docs(README): add the smartwatch demo 2022-07-13 19:49:10 +02:00
Gabor Kiss-Vamosi c9faf14282 chore: minor fix in the README 2022-07-13 18:19:58 +02:00
Gabor Kiss-Vamosi 31011e56f1 docs: update README.md (#3482)
* Update README.md

* Update README.md

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

* Update README.md

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

* Update README.md

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

* Update README.md

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

* Update README.md

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

* Update README.md

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
2022-07-13 18:17:34 +02:00