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

% character flipped #23

Closed
CromFr opened this issue Jan 29, 2018 · 3 comments
Closed

% character flipped #23

CromFr opened this issue Jan 29, 2018 · 3 comments
Labels

Comments

@CromFr
Copy link
Contributor

CromFr commented Jan 29, 2018

Not sure if it is intentional, but the default font for rendering the % character is fliped left/right (or top/bottom depending on how your brain works ^^)

However the courier_new_font11x16_digits displays the % character correctly

LCD display type

SSD1306

Steps to reproduce the issue

#include "ssd1306.h"
#include "font6x8.h"
void setup()
{
    ssd1306_128x64_i2c_init();
    ssd1306_fillScreen(0x00);
    ssd1306_setFixedFont(ssd1306xled_font6x8);
    ssd1306_printFixed  (0,  8, "This % isn't right", STYLE_NORMAL);
}
void loop(){}

Actual behavior

img_20180129_132920

lexus2k added a commit that referenced this issue Jan 29, 2018
@lexus2k
Copy link
Owner

lexus2k commented Jan 29, 2018

Hi Charles,

Good finding. Fixed in commit, attached to this issue.

@CromFr
Copy link
Contributor Author

CromFr commented Jan 29, 2018

Damn you're quick :)
Thanks !

@lexus2k lexus2k added the bug label Jan 30, 2018
@lexus2k
Copy link
Owner

lexus2k commented Feb 2, 2018

1.4.7 with the % char fix is released.

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