Skip to content
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

bitmap for the 10x11 font #3

Open
pm1579 opened this issue Apr 13, 2023 · 2 comments
Open

bitmap for the 10x11 font #3

pm1579 opened this issue Apr 13, 2023 · 2 comments

Comments

@pm1579
Copy link

pm1579 commented Apr 13, 2023

Hi,
I have been looking for the other fonts mentioned in the ReadMe - mainly the font_10x11. I could not see it in any of the uploaded files, or the Adafruit GFX library. Any help with this would be great.
Thanks!

@F-Jafarpour
Copy link

Hi, I love the library but I have the same problem. 5x7 font size is a bit small sometimes. Is there any straightforward solution (My knowledge about the coding is very basic indeed)?
Thanks in advance.

@notisrac
Copy link
Owner

Took some time, but managed to find the font, however it only has numbers 0 to 9, no letters or anything.

#define FONT_10x11_HEIGHT 11
#define FONT_10x11_WIDTH 11

// array size is 150
static const unsigned char font_10x11[] PROGMEM = {
	B11111100,B00000001,
	B11111110,B00000011,
	B00000011,B00000110,
	B00000011,B00000110,
	B00000011,B00000110,
	B00000011,B00000110,
	B00000011,B00000110,
	B00000011,B00000110,
	B11111110,B00000011,
	B11111100,B00000001,
	B00000000,B00000000,
	B00000000,B00000000,
	B00000000,B00000000,
	B00011000,B00000000,
	B00011100,B00000000,
	B00001110,B00000000,
	B00000111,B00000000,
	B11111111,B00000111,
	B11111111,B00000111,
	B00000000,B00000000,
	B00000000,B00000000,
	B00000000,B00000000,
	B00011100,B00000110,
	B00011110,B00000111,
	B00000111,B00000111,
	B10000011,B00000111,
	B10000011,B00000111,
	B11000011,B00000110,
	B11100011,B00000110,
	B01110111,B00000110,
	B00111110,B00000110,
	B00011100,B00000110,
	B00000000,B00000000,
	B00000011,B00000110,
	B00000011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B11111111,B00000111,
	B11011110,B00000011,
	B00000000,B00000000,
	B01110000,B00000000,
	B01111000,B00000000,
	B01111100,B00000000,
	B01101110,B00000000,
	B01100111,B00000000,
	B01100011,B00000000,
	B11111111,B00000111,
	B11111111,B00000111,
	B01100000,B00000000,
	B01100000,B00000000,
	B00000000,B00000000,
	B00111110,B00000110,
	B01111111,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B11100011,B00000111,
	B11000011,B00000011,
	B00000000,B00000000,
	B11111110,B00000011,
	B11111111,B00000111,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B11100111,B00000111,
	B11000110,B00000011,
	B00000000,B00000000,
	B00000011,B00000110,
	B00000011,B00000111,
	B10000011,B00000011,
	B11000011,B00000001,
	B11100011,B00000000,
	B01110011,B00000000,
	B00111011,B00000000,
	B00011111,B00000000,
	B00001111,B00000000,
	B00000111,B00000000,
	B00000000,B00000000,
	B11011100,B00000001,
	B11111110,B00000011,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B11111110,B00000011,
	B11011100,B00000001,
	B00000000,B00000000,
	B00011100,B00000000,
	B00111110,B00000000,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B01100011,B00000110,
	B11111110,B00000011,
	B11111100,B00000001
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants