update defines for new format etc (#5760)

This commit is contained in:
Thomas Anderson
2026-04-15 05:20:51 -05:00
committed by GitHub
parent 4628915787
commit 0decdcd497
7 changed files with 59 additions and 56 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
* #define SUPPORT_MODULE_RSHAPES 1
* rshapes module is included in the build
*
* #define SUPPORT_QUADS_DRAW_MODE
* #define SUPPORT_QUADS_DRAW_MODE 1
* Use QUADS instead of TRIANGLES for drawing when possible. Lines-based shapes still use LINES
*
*