Skip to content

Transpanted LVGL on TFT LCD, displaying data from sensors, SHT40 & VL53L0X ToF.

License

Notifications You must be signed in to change notification settings

EmbeddedCamerata/FireBeetle2_lvgl_sensors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transplanted LGVL on FireBeetle 2 ESP32-E

⚙️ 依赖

  1. FireBeetle Board ESP32 E,参看官网帮助页面下载库
  2. TFT LCD屏幕,硬件SPI连接
  3. SHT40传感器,I2C通信,使用Github-adafruit/Adafruit_SHT4X库,可通过Arduino直接下载
  4. VL53L0激光测距传感器,I2C通信,参见官网获取有关库,可通过Arduino直接下载
  5. 所用到的库文件在 ./libraries 目录下

👉 本工程基于VSCode与Arduino开发,在此环境下,工程可直接编译通过

🛠 工程

工程代码讲解及效果参见:

  1. CSDN工程详解:基于FireBeetle 2 ESP32-E开发板的LVGL移植及传感器显示(Arduino+TFT_eSPI+LVGL)
  2. B站:工程演示

About

Transpanted LVGL on TFT LCD, displaying data from sensors, SHT40 & VL53L0X ToF.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published