LOADING
Embedded software / 2026
A lightweight graphical operating-system experiment for the Raspberry Pi Pico, using LVGL and an SPI TFT display.
A small graphical operating-system experiment targeting the Raspberry Pi Pico, an SPI TFT display and the LVGL graphics library. Iteration continues against an RP2040 bring-up baseline.
01Project brief
This page reports the documented state of the work. It does not represent qualification, manufacturing release, or operational deployment unless stated explicitly.
02Notes
PicoOS explores the boundary between an MCU-friendly kernel and a small graphical user interface. The Pico is small enough to make every cycle and every byte count, which makes it a useful target for understanding what an embedded GUI stack can and cannot do without an MMU.
The goal is a working prototype with a documented bring-up sequence and a serial-debug interface, not a production RTOS.
03Engineering record
99Explore