nopnop2002 / esp-idf-ssd1306

SSD1306/SH1106 Driver for esp-idf
MIT License
238 stars 68 forks source link

Add function to display text scaled 3x #15

Closed cvonk closed 2 years ago

cvonk commented 2 years ago

Added a function to show text 3x bigger, reusing the 8x8 font.

nopnop2002 commented 2 years ago

Thank you.

I will test as soon as possible.

cvonk commented 2 years ago

Thank you too for the driver. I am using the 3x for a little alarm clock that syncs with Google calendar.

On Sun, Apr 24, 2022, 15:26 nopnop2002 @.***> wrote:

Thank you.

I will test as soon as possible.

— Reply to this email directly, view it on GitHub https://github.com/nopnop2002/esp-idf-ssd1306/pull/15#issuecomment-1107930174, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACKIDGU5L6MHBYFMAFOBLTDVGXDAFANCNFSM5UFMF5IA . You are receiving this because you authored the thread.Message ID: @.***>

nopnop2002 commented 2 years ago

I have tested your code. very good. I plan to publish it along with other feature additions. Thank you.

nopnop2002 commented 2 years ago

I have added your code.

I couldn't just use your PR as I made other changes at the same time.

Thank you.

https://github.com/nopnop2002/esp-idf-ssd1306/tree/master/TextDemo

cvonk commented 2 years ago

Nice.

Thanks for adding ssd1306_bitmaps(). Beats splitting my graphic over two characters, e.g. { 0x3C, 0x7E, 0xC7, 0x83, 0x83, 0x3B, 0x7B, 0xC3 }, // U+0003 (link leftpart), { 0xC7, 0xDE, 0xDC, 0xC1, 0xC1, 0xE3, 0x7E, 0x3C }, // U+0004 (link leftpart)

On Mon, Apr 25, 2022 at 11:35 PM nopnop2002 @.***> wrote:

I have embedded your code.

I couldn't just use your PR as I made other changes at the same time.

Thank you.

https://github.com/nopnop2002/esp-idf-ssd1306/tree/master/TextDemo

— Reply to this email directly, view it on GitHub https://github.com/nopnop2002/esp-idf-ssd1306/pull/15#issuecomment-1109403422, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACKIDGXADDGAKMQSTVIJW5TVG6FC7ANCNFSM5UFMF5IA . You are receiving this because you authored the thread.Message ID: @.***>

-- /c

nopnop2002 commented 2 years ago

Beats splitting my graphic over two characters

I don't understand this meaning.

cvonk commented 1 year ago

It is better to display an image, compared to dividing the 16x8 image over two 8x8 characters and displaying those characters.

On Wed, Apr 27, 2022 at 3:40 AM nopnop2002 @.***> wrote:

Beats splitting my graphic over two characters

I don't understand this meaning.

— Reply to this email directly, view it on GitHub https://github.com/nopnop2002/esp-idf-ssd1306/pull/15#issuecomment-1110848401, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACKIDGRNUBWMEEFK6OCDFWDVHEKQRANCNFSM5UFMF5IA . You are receiving this because you authored the thread.Message ID: @.***>

-- /c