[fix] Remove PF auto-pos

This commit is contained in:
2026-06-05 17:49:19 +08:00
Unverified
parent 1ba644168f
commit 5a31effcf1
3 changed files with 4 additions and 32 deletions
+1 -2
View File
@@ -4,5 +4,4 @@
void pf_print_char(char c, unsigned int basex, unsigned int basey,
EFI_GRAPHICS_OUTPUT_BLT_PIXEL color = {255, 255, 255, 255}); // Pixel Font 打印字符
void pf_print(const char* text, EFI_GRAPHICS_OUTPUT_BLT_PIXEL color = {255, 255, 255, 255}); // Pixel Font 打印string
void pf_reset_position(void); // 重设Pixel Font Cursor位置
void pf_print(const char* text, unsigned int basex, unsigned int basey, EFI_GRAPHICS_OUTPUT_BLT_PIXEL color = {255, 255, 255, 255}); // Pixel Font 打印string