summaryrefslogtreecommitdiff
path: root/shared-module/displayio
AgeCommit message (Collapse)Author
2020-10-01Merge pull request #3449 from FoamyGuy/sdcard_odb_fixScott Shawcroft
Sdcard odb fix
2020-09-30remove remaining top level displayio background checkFoamyGuy
2020-09-30removing top level displayio background checkFoamyGuy
2020-09-30Removed redundant subrectangle sizing codeMark Roberts
2020-09-30Ran pre-commit locallyMark Roberts
2020-09-28Merge branch 'main' into New_quirk_for_SH1107mdroberts1243
2020-09-25Requested changes take 1Mark Roberts
2020-09-25Fixed page set mask to be four bits!Mark Roberts
2020-09-24Mostly-working-version with commentsMark Roberts
2020-09-22Removed redundant send of page settingMark Roberts
2020-09-22Changed delay calls to avoid conflicts with qspi_disableroot
2020-09-21Changes to compile cleanlyMark Roberts
2020-09-21Quirk coded up for ...set_region_to_updateMark Roberts
2020-09-21Merge branch 'adafruit_main' into sdcard_odb_fixFoamyGuy
2020-09-21Initial commit bool column_and_page_addressingMark Roberts
2020-09-14Remove unlicensed file, fix reset pin type checkLucian Copeland
2020-09-14Merge remote-tracking branch 'upstream/main' into esp32-displayio-fixLucian Copeland
2020-09-11fixes showing OnDiskBitmap with adafruit_sdcardFoamyGuy
2020-09-10Fix off-by-one error, simplify the logic, add commentsKevin Matocha
2020-09-10Fix reset pin null reference, construct error null referenceLucian Copeland
2020-09-08Utilize MIN and MAX functions from py/misc.hKevin Matocha
2020-09-04Delete unnecessary commentKevin Matocha
2020-09-04Add final newlineKevin Matocha
2020-09-04Delete trailing blank lines from Shape.cKevin Matocha
2020-09-04Add dirty rectangle tracking to Shape display elementKevin Matocha
2020-09-01Update refresh to force immediate redraw with display.refresh() or ↵Kevin Matocha
display.refresh(target_frames_per_second=None), even with auto_refresh=False
2020-08-24Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-21Merge adafruit/main latestKevin Matocha
2020-08-21Merge with latest adafruit/mainKevin Matocha
2020-08-21Merge remote-tracking branch 'source/main' into mainKevin Matocha
2020-08-21Updating main to adafruit/mainKevin Matocha
2020-08-21Merge pull request #3292 from jepler/allocate_display_bus_bugScott Shawcroft
allocate_display_bus: fix bug where in-use bus would be returned
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
This gives us better granularity when implementing new ports because PWMOut is commonly implemented before PulseIn and PulseOut. Fixes #3211
2020-08-18Fix build error for !SHARPDISPLAYJeff Epler
2020-08-18displayio: Don't need to specialcase reset of sharpdisplay framebufferJeff Epler
.. for the case where the bus was not in use
2020-08-17Finish implementing scott's suggestionJeff Epler
2020-08-17Update shared-module/displayio/__init__.cJeff Epler
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2020-08-17allocate_display_bus: fix bug where in-use bus would be returnedJeff Epler
2020-08-14deleted whitespaceKevin Matocha
2020-08-14deleted whitespaceKevin Matocha
2020-08-14Deleted trailing whitespaceKevin Matocha
2020-08-14Added inclusive indexing for x2,y2, fixed default value handling for x1,y1, ↵Kevin Matocha
added bitmap palette comparison
2020-08-14Added bitmap.blit function for bitmap slice copyMargaret Matocha
2020-08-14Added bitmap.blit function for copying slices of bitmapsMargaret Matocha
2020-08-12Fix build errors when SHARPDISPLAY && !RGBMATRIXJeff Epler
2020-08-12sharpmemory: Implement support for Sharp Memory Displays in framebufferioJeff Epler
2020-08-07Adding bitmap.insert to copy a slice of a source bitmap into another bitmapMargaret Matocha
2020-08-07Added bitmap.insert function for slice copy into a bitmap from another bitmapMargaret Matocha
2020-07-20framebufferio: Handle auto refresh flag at resetJeff Epler
if we don't set the flag via accessor fn the tick enable might become wrong
2020-07-15displayio, framebufferio: Enable supervisor tick when a display is auto-refreshJeff Epler
This is a step towards restoring the efficiency of the background tasks