| Age | Commit message (Collapse) | Author |
|
|
|
untested, because I don't want to mess my magtag demo up :) but it builds
|
|
|
|
* Initialize the EPaper display on the MagTag at start.
* Tweak the display send to take a const buffer.
* Correct Luma math
* Multiply the blue component, not add.
* Add all of the components together before dividing. This
reduces the impact of truncated division.
|
|
|
|
|
|
|
|
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Jensen <jensechu@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
display.refresh(target_frames_per_second=None), even with auto_refresh=False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added bitmap palette comparison
|
|
|
|
|
|
|
|
|
|
|
|
Updated Group.c to correct bug with insert into displayio.Group
|
|
|