-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to erase some data values #47
Comments
If you draw the same character in the same position with the same color as the background color, it will disappear.
|
Thank you sir for reply. One more help. How to draw a symbol means bluetooth symbol , battery symbols like that? Is it possible to help me to do that? |
A font file is required that contains symbols such as the Bluetooth symbol and battery symbol. I think that such font files are available on the Internet. This is a 24x24 font converted from u8g2 library emoticons21.bdf. This is a 16x16 font converted from u8g2 library Scroll-o-Sprites.bdf. Font File Editor(FONTX Editor)There is a font file editor. |
How can you create this image. Can you simply explain the step.
…On Wed, Nov 20, 2024 at 7:35 PM nopnop2002 ***@***.***> wrote:
A font file is required that contains symbols such as the Bluetooth symbol
and battery symbol.
I believe that such font files are available on the Internet.
bdf-font-2.JPG (view on web)
<https://github.com/user-attachments/assets/1c440995-1386-45c1-9976-d5dd39fd5800>
—
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWMMIKN5XJ5MRKPRODWONBT2BSJJBAVCNFSM6AAAAABRKMHF6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBYGY3TENJZG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*Arunya*
|
Unable to download FONTX editor |
Perhaps your browser is blocking the download zip file. You can download fontx editor from here. |
I created a PNG file with this. |
Can you explain "This is a 16x16 font converted from u8g2 library Scroll-o-Sprites.bdf." this one? |
Import Scroll-o-Sprites.bdf included in the u8g2 library into fontx editor and save it as an FNT file. Scroll-o-Sprites.bdf is here. https://github.com/olikraus/u8g2/blob/master/tools/font/pbm/Scroll-o-Sprites.bdf
|
Hi,
This post was not and issue.
I need some help for clearing the data. I will write some string value to display. for example i wrote WELCOME' string on display. I want to erase E and M on the display. How can i achieve this. Thanks in advance!
The text was updated successfully, but these errors were encountered: