
LVGL
创客@小白
这个作者很懒,什么都没留下…
展开
-
LVGL学习记录:window
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-14 09:42:52 · 727 阅读 · 0 评论 -
LVGL学习记录:Tile view
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-14 09:41:28 · 1253 阅读 · 0 评论 -
LVGL学习记录:Tabview
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-14 09:38:53 · 941 阅读 · 0 评论 -
LVGL学习记录:spinner
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-14 09:37:56 · 612 阅读 · 0 评论 -
LVGL学习记录:spinbox
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-14 09:34:20 · 627 阅读 · 0 评论 -
LVGL学习记录:SPAN
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-14 09:32:51 · 802 阅读 · 0 评论 -
LVGL学习记录:Message box
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-14 09:32:03 · 459 阅读 · 0 评论 -
LVGL学习记录:list列表
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-14 09:31:34 · 2867 阅读 · 0 评论 -
LVGL学习记录:LED
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-14 09:31:04 · 421 阅读 · 0 评论 -
LVGL学习记录:colorwheel
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-13 11:47:02 · 498 阅读 · 0 评论 -
LVGL学习记录:chart
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-13 11:46:32 · 955 阅读 · 0 评论 -
LVGL学习记录:calendar日历
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-13 11:46:00 · 890 阅读 · 0 评论 -
LVGL学习记录:Roller滚轮
代码#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-12 19:04:58 · 1309 阅读 · 0 评论 -
LVGL学习记录:Line线
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-12 18:45:13 · 897 阅读 · 0 评论 -
LVGL学习记录:Label标签
代码#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-11 19:49:20 · 1161 阅读 · 1 评论 -
LVGL学习记录:Dropdown下拉列表
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-12 18:41:03 · 995 阅读 · 0 评论 -
LVGL学习记录:Checkbox复选框
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-12 18:40:30 · 831 阅读 · 0 评论 -
LVGL学习记录:Button matrix按键矩阵
#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>#def.原创 2022-01-12 18:37:29 · 1347 阅读 · 0 评论 -
LVGL学习记录:Arc弧
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-12 18:36:53 · 494 阅读 · 0 评论 -
LVGL学习记录:Bar 进度条
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-12 12:16:14 · 842 阅读 · 0 评论 -
LVGL学习记录:Switch
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-12 12:15:36 · 815 阅读 · 0 评论 -
LVGL学习记录:滑块
基础运用代码#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h原创 2022-01-11 13:13:34 · 725 阅读 · 0 评论 -
LVGL学习记录:按键
程序#include <lvgl.h>#include <TFT_eSPI.h>/*If you want to use the LVGL examples, make sure to install the lv_examples Arduino library and uncomment the following line.#include <lv_examples.h>*/// #include <lv_demo.h>原创 2022-01-10 10:51:18 · 4642 阅读 · 0 评论