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

Flip Image #2

Closed
tbreuer opened this issue Mar 7, 2014 · 1 comment
Closed

Flip Image #2

tbreuer opened this issue Mar 7, 2014 · 1 comment

Comments

@tbreuer
Copy link

tbreuer commented Mar 7, 2014

The image flip has an small error:
// Display upside down on my desk. Lets flip :)
int disp_x = columns - x;
int disp_y = 31 - y;
should be:
// Display upside down on my desk. Lets flip :)
int disp_x = columns - x - 1;
int disp_y = 31 - y;

@hzeller
Copy link
Owner

hzeller commented Sep 4, 2014

Thanks!. In the meantime, the flipping is not done anymore, one less possibility for a bug :)

@hzeller hzeller closed this as completed Sep 4, 2014
kelseymorris95 pushed a commit to kelseymorris95/sign that referenced this issue Aug 11, 2023
Change-type: patch
Signed-off-by: Chris Crocker-White <chriscw@balena.io>
kelseymorris95 pushed a commit to kelseymorris95/sign that referenced this issue Aug 11, 2023
* zooom zoom
* bleep
* tweak; remove zlib, but libjpeg is required at runtime
* rm emu
* tbh
* rewrite for merge to 0.5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants