From 7f14cbfb3d9886b4cf3995d2ef6dd1f477352e1a Mon Sep 17 00:00:00 2001 From: Stanislav Mikhaylov Date: Mon, 25 May 2026 13:03:43 +0300 Subject: [PATCH] Update README.md Added a video demonstrating the example from Examples/EngineDemo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 209abd3..57601da 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A lightweight C display engine for `RP2040/RP2350` and `ST7789` / `ILI9341` SPI displays (DMA) with an explicit `begin/end paint` frame contract. + +https://github.com/user-attachments/assets/0de36c89-4f57-4a90-a6db-7a84c19ec3cc + + + + ## Features - Two modes: `DISPLAY_MODE_SAFE` and `DISPLAY_MODE_RAW`