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

This commit is contained in:
Dr-Noob
2023-03-25 12:44:10 +01:00
parent 994dc0334d
commit 522a1c6ddd
6 changed files with 19 additions and 2 deletions

View File

@@ -21,6 +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"
#ifdef ARCH_X86
void print_levels(struct cpuInfo* cpu);