Align default values on comments for config variables

This commit is contained in:
Ray
2026-04-16 00:05:23 +02:00
parent 1e43c1d372
commit 96e30549f5
6 changed files with 52 additions and 52 deletions

View File

@ -16,10 +16,10 @@
* a single draw call and it also allows users to configure it the same way with their own fonts
*
* CONFIGURATION:
* #define SUPPORT_MODULE_RSHAPES 1
* #define SUPPORT_MODULE_RSHAPES 1
* rshapes module is included in the build
*
* #define SUPPORT_QUADS_DRAW_MODE 1
* #define SUPPORT_QUADS_DRAW_MODE 1
* Use QUADS instead of TRIANGLES for drawing when possible. Lines-based shapes still use LINES
*
*