REVIEWED: Examples section comments, for better organization and consistency

This commit is contained in:
Ray
2025-09-03 10:40:31 +02:00
parent 1fa3c15942
commit c579eef4b7
19 changed files with 253 additions and 170 deletions

View File

@@ -34,6 +34,9 @@
#define COLORS_PER_PALETTE 8
#define VALUES_PER_COLOR 3
//------------------------------------------------------------------------------------
// Global Variables Definition
//------------------------------------------------------------------------------------
static const int palettes[MAX_PALETTES][COLORS_PER_PALETTE*VALUES_PER_COLOR] = {
{ // 3-BIT RGB
0, 0, 0,