From 482867139501195565059ec756b62a24f3fcd678 Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Sat, 14 Sep 2024 18:19:42 +0900 Subject: [PATCH] Update README.md --- BdfFontDemo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BdfFontDemo/README.md b/BdfFontDemo/README.md index d4fba60..54134c9 100644 --- a/BdfFontDemo/README.md +++ b/BdfFontDemo/README.md @@ -40,7 +40,7 @@ Specify the font variable name with the -n option. Characters that cannot be used in C language variable names will result in an error during compilation. This is unacceptable. ``` -./bdf2c -n Scroll-o_Sprites -b < $HOME/u8g2-hal-esp-idf/examples/i2c/components/u8g2/tools/font/pbm/Scroll-o-Sprites.bdf > main/Scroll-o-Sprites.h +./bdf2c -n Scroll-o_Sprites -b < $HOME/u8g2/tools/font/pbm/Scroll-o-Sprites.bdf > main/Scroll-o-Sprites.h ```