当前位置:网站首页>Some problems encountered in introducing lvgl into esp32 Arduino
Some problems encountered in introducing lvgl into esp32 Arduino
2022-07-02 11:48:00 【Neo Wordsworth】
【1】
At the beginning lv_arduino, And online tutorials do not match , Find out it's LVGL (v7.0.x),
open github, See the hint , No more updates , Let introduce lvgl library
【2】
Compiler error , The lack of lv_conf.h. Find out lv_conf_template.h It's kind of like clicking in , notice
You need to change the file name to “lv_conf.h”
【3】
Continue compiling , Wrong again , Or lack of lv_conf.h
In the wrong file lv_conf_internal.h Search for lv_conf.h, Find out include The relative path introduced is incorrect
According to file location , Change it to
【4】
Then add several controls to display .
I began to find that the text that should be scrolled left and right didn't roll , Never mind it .
Then I want to refresh the text display , Also cannot refresh .
After a lot of twists and turns , open lv_log_register_print_cb( my_print ); journal , See the warning message
According to the warning position , Follow the code , Find out lv_tick_get(); The problem of , Keep looking
Find out in lv_conf_internal.h Middle configuration , Add a red line , Can make “arduino.h” The header file
边栏推荐
- Cluster Analysis in R Simplified and Enhanced
- R HISTOGRAM EXAMPLE QUICK REFERENCE
- MySql存储过程游标遍历结果集
- Jinshanyun - 2023 Summer Internship
- SSRF
- 可昇級合約的原理-DelegateCall
- Skills of PLC recorder in quickly monitoring multiple PLC bits
- Resources reads 2D texture and converts it to PNG format
- Is it safe to open a stock account through the QR code of the securities manager? Or is it safe to open an account in a securities company?
- QT获取某个日期是第几周
猜你喜欢
excel表格中选中单元格出现十字带阴影的选中效果
[idea] use the plug-in to reverse generate code with one click
CentOS8之mysql基本用法
Pyqt5+opencv project practice: microcirculator pictures, video recording and manual comparison software (with source code)
Esp32 stores the distribution network information +led displays the distribution network status + press the key to clear the distribution network information (source code attached)
PLC-Recorder快速监控多个PLC位的技巧
[visual studio 2019] create MFC desktop program (install MFC development components | create MFC application | edit MFC application window | add click event for button | Modify button text | open appl
pgsql 字符串转数组关联其他表,匹配 拼接后原顺序展示
【2022 ACTF-wp】
PowerBI中导出数据方法汇总
随机推荐
Develop scalable contracts based on hardhat and openzeppelin (I)
程序员成长第六篇:如何选择公司?
Take you ten days to easily finish the finale of go micro services (distributed transactions)
电脑无缘无故黑屏,无法调节亮度。
Redis exceeds the maximum memory error oom command not allowed when used memory & gt; ' maxmemory'
ESP32存储配网信息+LED显示配网状态+按键清除配网信息(附源码)
The difference between SQL left join main table restrictions written after on and where
ren域名有价值吗?值不值得投资?ren域名的应用范围有哪些?
Esp32 stores the distribution network information +led displays the distribution network status + press the key to clear the distribution network information (source code attached)
Resources reads 2D texture and converts it to PNG format
C#多维数组的属性获取方法及操作注意
LVM operation
php 二维、多维 数组打乱顺序,PHP_php打乱数组二维数组多维数组的简单实例,php中的shuffle函数只能打乱一维
K-Means Clustering Visualization in R: Step By Step Guide
预言机链上链下调研
Attribute acquisition method and operation notes of C # multidimensional array
The selected cells in Excel form have the selection effect of cross shading
Basic usage of MySQL in centos8
Some things configured from ros1 to ros2
R HISTOGRAM EXAMPLE QUICK REFERENCE