[v1.03][ARM] Reworking Rockchip logo and colors

This commit is contained in:
Dr-Noob
2023-03-25 12:56:36 +01:00
parent 522a1c6ddd
commit dfa321d4f4
2 changed files with 10 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ typedef int STYLE;
#define COLOR_DEFAULT_AMD "250,250,250:000,154,102:000,000,000:250,250,250:000,154,102"
#define COLOR_DEFAULT_IBM "092,119,172:092,119,172:000,000,000:240,240,240:092,119,172"
#define COLOR_DEFAULT_ARM "000,145,189:000,145,189:000,000,000:240,240,240:000,145,189"
#define COLOR_DEFAULT_ROCKCHIP "017,069,202:229,195,000:000,000,000:240,240,240:015,060,176"
#define COLOR_DEFAULT_ROCKCHIP "114,159,207:229,195,000:000,000,000:240,240,240:114,159,207"
#ifdef ARCH_X86
void print_levels(struct cpuInfo* cpu);