[feat] Desktop render color

This commit is contained in:
2026-05-31 19:58:14 +08:00
Unverified
parent 746786a059
commit 175eba1889
27 changed files with 66 additions and 39 deletions
+3 -1
View File
@@ -3,4 +3,6 @@
#include <efi.h>
#include <graphics/context.h>
void draw_pixel(unsigned int x, unsigned int y, EFI_GRAPHICS_OUTPUT_BLT_PIXEL color); // 画像素
#define COLOR_RGB EFI_GRAPHICS_OUTPUT_BLT_PIXEL
void draw_pixel(unsigned int x, unsigned int y, COLOR_RGB color); // 画像素