ssd1306 icon indicating copy to clipboard operation
ssd1306 copied to clipboard

Larger fonts possible? Turn off/on display?

Open tobivan opened this issue 2 years ago • 2 comments

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

tobivan avatar Oct 29 '23 14:10 tobivan

@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

lexus2k avatar Oct 29 '23 17:10 lexus2k

Thanks a lot, I will try. Best regards.

tobivan avatar Oct 30 '23 12:10 tobivan