From b3e91875a3f94acaa5198c28a27ff576946da823 Mon Sep 17 00:00:00 2001 From: marius137 Date: Tue, 26 May 2026 15:32:53 +0200 Subject: [PATCH] fix typo in readme.md owmn -> own --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae8fcf1e..c4f5ed82 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ related bits of a microcontroller. [LVGL](https://lvgl.io) is a graphics framework written for C99. It is also written to run on resource constrained devices. It is a feature rich framework that provides a plethora of different controls (widgets) as well as the ability -to make your owmn custom controls. +to make your own custom controls. ***What is a binding?***