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

bug in graphic functions #84

Open
GoogleCodeExporter opened this issue Jun 21, 2015 · 0 comments
Open

bug in graphic functions #84

GoogleCodeExporter opened this issue Jun 21, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

1. File "TVout.cpp": in TVout::begin change resolution to:
          return begin(mode,232,174);
2. In sketch: open instance with a resolution of (or above):
          TV.begin(PAL,220,165);
3. Eg.: Use TVout::draw_rect function.

Expected output: a rectangle
Actual output  : system halt (or hang)

Board: Arduino Mega2560 
Lib version: TVout Beta1
OS: Ubuntu 10.04
Arduino GUI version: 1.0.4

It seems that going over 160x120 resolution creates problems on some functions. 
Draw_column and Draw_row works well, fonts works well, but it's not good for 
others geometrical rendering (boxes and lines for sure).
Tested with a residual free memory of more than 670B (does not hang for mem 
lack).

Original issue reported on code.google.com by hydrasta...@gmail.com on 17 Jun 2014 at 8:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant