| Age | Commit message (Collapse) | Author |
|
|
|
|
|
displayio.Bitmap: Make memoryview()able
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that for some reason this makes the binary 500 bytes larger!
|
|
Still accept it as an argument. Add deprecation note.
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|