Library with other font for LCD - exists any?

Hello,

is there any avalaible library for using other (bigger) font in LCD display? I've seen in videos somewhere on YT, that there we're bigger letters, than default using UC1701.h...

Richard Fela
Richard Fela
32
| 3 1 2
Asked on 10/22/16, 10:47 AM
0
vote
2774 Views

Hi Richard, you can use the U8G library with many different fonts, please see https://github.com/Industruino/libraries#uc1701 for the constructor (pin configuration). The standard examples work. Each font you use in your sketch will take several kB memory, but you can reduce the size by using the suffix 'n' (numerals only) or 'r' (reduced set) for most of the fonts if that fits your application. See U8G docs.

Tom
Tom
5675
| 1 1 3
Answered on 10/24/16, 12:26 AM
2
vote

Each of the available libraries has support for different displays.

You can use the u8g library which is graphical and has support for this display.

Due to the size of the library and fonts, this solution works only for 1286 MCUs.

Stefano Giuseppe Bonvini
Stefano Giuseppe Bonvini
107
| 4 1 3
Answered on 10/22/16, 12:18 PM
1
vote

Your answer

Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!

Ask a Question

Keep Informed

About This Forum

This community is for professionals and enthusiasts of our products and services.

Read Guidelines

Question tools

29 follower(s)

Stats

Asked: 10/22/16, 10:47 AM
Seen: 2774 times
Last updated: 10/24/16, 12:26 AM