Skip to content

donmarlin/PIO_WioTerminal_Lvgl_Mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LVGL Code for Wio Terminal to display data from SignalK via MQTT🖥️

This repository provides code to diaplay Engine data from SignalK via MQTT. Graphics is done via lvgl. This is provided as-is and should be used as an example of how to display MQTT data using lvgl graphics widgets. This code also supports the add-on battery so it can be a "portable" display.

This code is based on the following repository for lvgl integration:

Thanks Ryan.

IMG_20180719_034051

Prerequisites 🛠️

  1. Hardware:

    • Seeed Wio Terminal
  2. Software:

Getting Started 🚀

  1. Open the Project in Visual Studio Code:
  • Launch Visual Studio Code and open the PIO_WioTerminal_Lvgl_Mqtt folder.
  1. Copy the lv_conf.h file:
  • The lv_conf.h file is required for configuring LVGL. You can find a sample lv_conf.h file in the LVGL repository.
  • Copy the lv_conf.h file to the .pio/libdeps/seeed_wio_terminal directory in your project.
  1. Build and Upload the Code:
  • Connect your Wio Terminal to your computer.
  • In the PlatformIO toolbar, click the "Build" and "Upload" buttons to compile and upload the code to your Wio Terminal.

Enjoy

About

Engine data display using Wio-terminal, Mqtt and SignalK

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published