STM32-LTDC, LCD-TFT, LVGL(MCU3) Lecture 59| Exercise implementation on simulator part-4
How to apply borders to objects in LVGL? In this article, we will discuss how to apply borders to objects. Explore techniques to set border colors and adjust…
How to apply borders to objects in LVGL? In this article, we will discuss how to apply borders to objects. Explore techniques to set border colors and adjust…
Slider Widget Background Colors in LVGL In this article, we use the LVGL (Light and Versatile Graphics Library) library to apply background colors to different parts of a…
RGB Sliders Creation, Alignment, and Customization In this article, we'll delve into the implementation of RGB sliders on a simulator interface. These sliders are a key component in…
Create a basic graphical user interface (GUI) using the LVGL The exercise involves creating a basic graphical user interface (GUI) using the LVGL (Light and Versatile Graphics Library)…
LVGL object LVGL is an open-source graphics library written in C that provides a set of functions and widgets to create user interfaces for various platforms, including microcontrollers,…
Exercise 003: RGB Color mixer demo To create an RGB color mixer demo in LVGL (Light and Versatile Graphics Library), you'll need to set up a graphical user…