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

Improvement: Implement a general bitmap function #8

Closed
GoogleCodeExporter opened this issue Oct 28, 2015 · 3 comments
Closed

Improvement: Implement a general bitmap function #8

GoogleCodeExporter opened this issue Oct 28, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

bitmap(unsigned char x, unsigned char y, const char bitmap)

Place the upper left corner of a bitmap at point x,y

the bitmap should be encoded as follows:
{#ofBytesWide,#lastByteDrop#ofLines,imageData.....}
msb of a byte is the left most pixel in the byte.
the following byte being the next 8 pixels
lastByteDrop contains the number of pixels to be removed from the end of the 
last byte on each line.

Original issue reported on code.google.com by mdmetzle@gmail.com on 15 Oct 2010 at 11:45

@GoogleCodeExporter
Copy link
Author

Original comment by mdmetzle@gmail.com on 17 Oct 2010 at 4:28

  • Added labels: Milestone-Release1.0

@GoogleCodeExporter
Copy link
Author

byte aligned bitmaps work.
implemented as follows:
bitmap array = {xres,yres,imagedata......}
using = TVoutObject.bitmap(x,y,bitmap)

fs_bitmap was removed, not including a bitmap by default reduces flash by 1.5k 
atm.

Original comment by mdmetzle@gmail.com on 25 Oct 2010 at 1:56

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by mdmetzle@gmail.com on 30 Oct 2010 at 3:33

  • Changed state: Fixed

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