build for esp32 mask project
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "colors.h"
|
||||
|
||||
const ColorInfo color_data[] = {
|
||||
#ifdef CONFIG_NO_COLORDATA
|
||||
#else
|
||||
{ "Air Superiority Blue", { 114, 160, 193 } },
|
||||
{ "Alabama Crimson", { 163, 38, 56 } },
|
||||
{ "Alice Blue", { 240, 248, 255 } },
|
||||
@@ -792,6 +794,7 @@ const ColorInfo color_data[] = {
|
||||
{ "Yellow Orange", { 255, 174, 66 } },
|
||||
{ "Zaffre", { 0, 20, 168 } },
|
||||
{ "Zinnwaldite Brown", { 44, 22, 8 } },
|
||||
#endif
|
||||
{0, {0, 0, 0}},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user