supperthomas / bluetoothlover_doc

this is about the learning station about friends.
https://supperthomas-wiki.readthedocs.io/
Apache License 2.0
44 stars 26 forks source link

【GUI】【lvgl】学习一款gui #268

Open supperthomas opened 2 years ago

supperthomas commented 2 years ago

RT-Thread社区与LVGL社区梦幻联动:教你如何基于RT-Thread运行LVGL官方软件包 https://www.bilibili.com/video/BV1YM4y1F7fX?from=search&seid=5764906851487910438&spm_id_from=333.337.0.0

supperthomas commented 2 years ago

Pandora Ali developerkit Ali start kit

supperthomas commented 2 years ago

AWTK 开发文档 https://www.bookstack.cn/read/AWTK/docs-framebuffer.md

supperthomas commented 2 years ago

http://lvgl.100ask.net/master/get-started/index.html

supperthomas commented 2 years ago

lvgl 官方api手册 https://docs.lvgl.io/master/index.html

supperthomas commented 2 years ago

driver lcd 初始化 initialize drv_clcd_hw_init:0 done mouse 初始化 initialize rt_hw_mouse_init:0 done lvgl 初始化 initialize lvgl_thread_init:0 done

supperthomas commented 2 years ago

百问网 中文翻译文档http://lvgl.100ask.net/8.2/intro/index.html

supperthomas commented 2 years ago
typedef LV_CONCAT3(uint, LV_COLOR_SIZE, _t) lv_color_int_t;
typedef LV_CONCAT3(lv_color, LV_COLOR_DEPTH, _t) lv_color_t;

精髓

supperthomas commented 2 years ago

刷屏函数: /Used to copy the buffer's content to the display/ disp_drv.flush_cb = lcd_fb_flush;

supperthomas commented 2 years ago

https://mp.weixin.qq.com/s/2991B8Jo2uvZiBzu-mq3Wg LVGL PC模拟器新手教程

supperthomas commented 2 years ago

专辑lvgl https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzI1NDE5MzMzNA==&action=getalbum&album_id=1746459794003001345&scene=173&from_msgid=2247484743&from_itemidx=3&count=3&nolastread=1#wechat_redirect

supperthomas commented 2 years ago

关于我在MDK中部署LVGL只用了5分钟这件小事

https://mp.weixin.qq.com/s/OQaiNVFYwE0NNS0DmrO0GA

supperthomas commented 2 years ago

lvgl最新版本在STM32上的移植使用

https://mp.weixin.qq.com/s/sq7fxd7t2otv6JMlIVGj8g

supperthomas commented 2 years ago

vs2019 https://mp.weixin.qq.com/s/-TB5hSeMv1Cxs0JLZ6sMdQ

supperthomas commented 2 years ago

gui builder如何使用 https://mp.weixin.qq.com/s/TFLSLk-s341-yP-kD39NyQ

supperthomas commented 2 years ago

https://gitee.com/mFlying/lv_demo_hub

supperthomas commented 2 years ago

gui guider 【手把手教你使用GUI-Guider-哔哩哔哩】 https://b23.tv/8yvB7ms

supperthomas commented 2 years ago

1.演示一下gui builder的使用, gui nuolder squarstUDIIO 2.讲解lvgl如何支持

supperthomas commented 2 years ago

【LVGL官方的GUI设计器SquareLine Studio正式发布,同时相应的收费标准也发布了-哔哩哔哩】 https://b23.tv/T9HA40R

supperthomas commented 2 years ago

vs2019安装 https://zhuanlan.zhihu.com/p/94998894

supperthomas commented 2 years ago

【沁恒CH32V307应用方案分享之LVGL移植-哔哩哔哩】 https://b23.tv/hJbWnU1

supperthomas commented 2 years ago

【十几分钟学会如何使用lvgl设计器gui guider和模拟器编写一个简单计算器应用-哔哩哔哩】 https://b23.tv/dUUcDKa

supperthomas commented 2 years ago

手把手教你如何使用GUI-Guider https://www.nxpic.org.cn/module/forum/thread-629060-1-1.html

supperthomas commented 2 years ago

如何使用GUI-Guider配合MCUXpresso,快速实现GUI https://www.nxpic.org.cn/module/forum/forum.php?mod=viewthread&tid=621965&extra=page%3D&page=1

supperthomas commented 2 years ago

https://gitee.com/weidongshan/lv_lib_100ask/tree/master

supperthomas commented 2 years ago

目前 ./stm32f407-atk-explorer/applications/lvgl/lv_conf.h ./stm32f469-st-disco/applications/lvgl/lv_conf.h ./stm32h750-artpi/applications/lvgl/lv_conf.h ./stm32l475-atk-pandora/applications/lvgl/lv_conf.h 已经有lvgl支持

supperthomas commented 2 years ago

https://github.com/supperthomas/LVGL_F407_PORING_GUID

supperthomas commented 2 years ago

嵌入式gui介绍 https://aijishu.com/a/1060000000345141

supperthomas commented 2 years ago

https://github.com/lvgl/lvgl/blob/master/src/hal/lv_hal_disp.c 头文件 LV_USE_GPU_STM32_DMA2D

supperthomas commented 2 years ago

屏幕:

  1. arduino ILI9341 + FT6206 https://www.adafruit.com/product/1947
  2. SSD1963 https://www.mikroe.com/tft-proto-5-capacitive-board
supperthomas commented 2 years ago

基于 eRPC 的 LVGL 在线设计器 https://club.rt-thread.org/ask/article/b2fd68a926bbc8f3.html

https://github.com/CURTLab/LVGLBuilder