Victor Wheeler
Victor Wheeler
Why needed: Windows Termimal has a 'settings.json' file that can house color schemes. It requires a certain syntax and its own set of color names. How addressed: Similar to other...
### Description of the feature or fix Update CODING_STYLE.rst to reflect updated Doxygen requirements in comments. Addresses part of issue #6480 ### Notes - Update the [Documentation](https://github.com/lvgl/lvgl/tree/master/docs) if needed. -...
### LVGL version v9.1.1 ### What happened? I was reading an article about Kconfig (from the Linux used in the NVIDIA realm) that showed some of the parsing source code...
I did a fresh clone of `lv_port_pc_visual_studio` and tried to open it in Visual Studio 2022, and I get this message in the middle of the display area of the...
### MDN URL https://developer.mozilla.org/en-US/ ### What specific section or headline is this issue about? Landing Page and About Page ### What information was incorrect, unhelpful, or incomplete? This issue is...
cc: @kisvegabor - menu.rst - msgbox.rst - roller.rst - scale.rst Most of these edits are to correct grammar and clarify meaning, though scale required extensive editing for both, and the...
- code-format.cfg doesn't work on Windows because it makes `astyle` edit every single source file and changes the line endings. Git, perceives this as a change, and makes Windows users...
...keeps coming up. This fixes both. @kisvegabor @liamHowatt This seemed like a no-brainer -- obvious stray space in `/scripts/style_api_gen.py` and the document it generates. Both are submitted herein. As they...
...along with API documentation where clarifications were needed. Also, I needed to set up a code example to actually determine what the `lv_obj_get_scroll_...()` functions meant, and decided that these mods...
### Introduce the problem cc: @kisvegabor @C47D I would like to start with a compliment about `lv_scale_t`. It's a nice model with its Sections and how nicely they dovetail with...