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

Larger fonts possible? Turn off/on display? #158

Open
tobivan opened this issue Oct 29, 2023 · 2 comments
Open

Larger fonts possible? Turn off/on display? #158

tobivan opened this issue Oct 29, 2023 · 2 comments
Assignees
Labels

Comments

@tobivan
Copy link

tobivan commented Oct 29, 2023

Hi there,

how can I make a font larger, is that possible? I am using SSD1306 in text-mode only.
And, is there a way to turn off/on the display for power-saving?

Thanks a lot.
Tobias

@lexus2k
Copy link
Owner

lexus2k commented Oct 29, 2023

@tobivan Hello

Yes, it is possible. lcd_console example uses standard font 6x8, but you can use bigger fonts: ssd1306xled_font8x16 and other. And you can create your own font. Please, check the github wiki.
As for the power-saving mode, you can use ssd1306_sendCommand to send any display-specific command to the display.

Best regards,
Alekei

@tobivan
Copy link
Author

tobivan commented Oct 30, 2023

Thanks a lot, I will try.
Best regards.

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

No branches or pull requests

2 participants