侧边栏壁纸
博主头像
Zeeland

全栈算法工程师 | 大模型创业 | 开源项目分享 | Python开发者 | @Promptulate Founder | @SparkLab cofounder | @LangChainAI Top Contributor | @CogitLab core member

  • 累计撰写 61 篇文章
  • 累计创建 47 个标签
  • 累计收到 7 条评论

目 录CONTENT

文章目录

ESP32移植lvgl教程

Zeeland
2022-12-08 / 0 评论 / 0 点赞 / 457 阅读 / 226 字

Introduction

LVGL是最流行的免费开源嵌入式图形库,可为任何MCU、MPU和显示器类型创建漂亮的UI。它得到了Arm、STM32、NXP、Espressif、Nuvoton、Arduino、RT Thread、Zephyr、NuttX、Adafruit等行业领先供应商和项目的支持。

硬件支持

To integrate LVGL into your platform, all you need is at least 32kB RAM and 128 kB Flash, a C compiler, a frame buffer, and at least an 1/10 screen sized buffer for rendering.

UI Editor

SquareLine Studio is a professional yet affordable drag and drop UI editor for LVGL. It runs on Windows, Linux and MacOS too and you can try it out even without registering to the website. (https://squareline.io/downloads

Doducment: https://docs.lvgl.io/master/get-started/index.html

LVGL.Simulator

download link:LGVL学习日志(一):PC端模拟器环境的安装 VS2019 -csdn

链接:https://pan.baidu.com/s/1oLZ_h5zuo7b8aNTHqnYz-g

提取码:wasd

References

0

评论区