当前位置:网站首页>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
边栏推荐
- ROS lacks catkin_ pkg
- 数据分析 - matplotlib示例代码
- Is the Ren domain name valuable? Is it worth investing? What is the application scope of Ren domain name?
- Three transparent LED displays that were "crowded" in 2022
- [idea] use the plug-in to reverse generate code with one click
- ESP32音频框架 ESP-ADF 添加按键外设流程代码跟踪
- [visual studio 2019] create and import cmake project
- [multithreading] the main thread waits for the sub thread to finish executing, and records the way to execute and obtain the execution result (with annotated code and no pit)
- 可昇級合約的原理-DelegateCall
- Esp32 audio frame esp-adf add key peripheral process code tracking
猜你喜欢
Tidb DM alarm DM_ sync_ process_ exists_ with_ Error troubleshooting
2022年4月17日五心红娘团队收获双份喜报
How to Create a Beautiful Plots in R with Summary Statistics Labels
K-Means Clustering Visualization in R: Step By Step Guide
[visual studio 2019] create and import cmake project
动态内存(进阶四)
Tdsql | difficult employment? Tencent cloud database micro authentication to help you
文件操作(详解!)
Cluster Analysis in R Simplified and Enhanced
RPA advanced (II) uipath application practice
随机推荐
qt 仪表自定义控件
Seriation in R: How to Optimally Order Objects in a Data Matrice
Bedtools tutorial
R HISTOGRAM EXAMPLE QUICK REFERENCE
Never forget, there will be echoes | hanging mirror sincerely invites you to participate in the opensca user award research
MTK full dump grab
Pyqt5+opencv project practice: microcirculator pictures, video recording and manual comparison software (with source code)
GGHIGHLIGHT: EASY WAY TO HIGHLIGHT A GGPLOT IN R
Tdsql | difficult employment? Tencent cloud database micro authentication to help you
GGPUBR: HOW TO ADD ADJUSTED P-VALUES TO A MULTI-PANEL GGPLOT
PX4 Position_Control RC_Remoter引入
Precautions for scalable contract solution based on openzeppelin
Installation of ROS gazebo related packages
从ros1到ros2配置的一些东西
Power Spectral Density Estimates Using FFT---MATLAB
MySQL比较运算符IN问题求解
PowerBI中导出数据方法汇总
FLESH-DECT(MedIA 2021)——一个material decomposition的观点
Tidb DM alarm DM_ sync_ process_ exists_ with_ Error troubleshooting
What are the methods of adding elements to arrays in JS