[fix] Better color?

This commit is contained in:
2026-05-31 20:03:46 +08:00
Unverified
parent 175eba1889
commit bd2f086329
4 changed files with 9 additions and 90 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
#include <graphics/context.h>
#include <graphics/draw.h>
void pf_print_char(char c, unsigned int basex, unsigned int basey,
void pf_print_char(char c, uint16_t basex, uint16_t basey,
COLOR_RGB color = {255, 255, 255, 255}); // Pixel Font 打印字符
void pf_print(const char* text, COLOR_RGB color = {255, 255, 255, 255}); // Pixel Font 打印string
void pf_reset_position(void); // 重设Pixel Font Cursor位置
void pf_print(const char* text, uint16_t basex, uint16_t basey, COLOR_RGB color = {255, 255, 255, 255}); // Pixel Font 打印string
// void pf_reset_position(void); // 重设Pixel Font Cursor位置