raphaelmeyer / lvgl-pico

Sandbox for LVGL, Raspberry Pi Pico and ST7735

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LVGL/Pico Sandbox

Getting started

  • start vscode
  • install recommended plugin
  • click on >< and select Reopen in Container
  • configure and build

Plug in the RPi Pico (BOOTSEL) and copy the uf2 from the container to the RPi in a shell on the host. Paths and container name may differ.

docker cp <container>:/build/helloworld.uf2 /run/media/.../RPI-RP2/

About

Sandbox for LVGL, Raspberry Pi Pico and ST7735

License:MIT License


Languages

Language:C 67.5%Language:C++ 28.4%Language:CMake 2.3%Language:Dockerfile 1.9%