[feat] Desktop render color
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#define ASM asm volatile
|
||||
#define COLOR_RGB EFI_GRAPHICS_OUTPUT_BLT_PIXEL
|
||||
|
||||
static unsigned int strlen(const char* arr) { // 获取string长度
|
||||
int i = 0;
|
||||
|
||||
Reference in New Issue
Block a user