summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2020-09-10Fix off-by-one error, simplify the logic, add commentsKevin Matocha
2020-09-10Merge pull request #3302 from xiongyihui/mainScott Shawcroft
2020-09-10Fix reset pin null reference, construct error null referenceLucian Copeland
2020-09-09Removed unneeded pointerroot
2020-09-09Merge branch 'issue3266' of https://github.com/DavePutz/circuitpython into is...root
2020-09-09Moved SPI unlock to reset_board_busses()root
2020-09-08Utilize MIN and MAX functions from py/misc.hKevin Matocha
2020-09-07Merge pull request #25 from DavePutz/mainDavePutz
2020-09-06Make sure SPI lock is free initiallyroot
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-03Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-09-03Changes based on Dan's feedbackScott Shawcroft
2020-09-02Merge pull request #3366 from kmatch98/refresh_nowScott Shawcroft
2020-09-02Merge pull request #3344 from jepler/issue-3184Scott Shawcroft
2020-09-02rgbmatrix: Move struct definition to shared-module, rename 'core' memberJeff Epler
2020-09-01RGBMatrix: Remove unused, dead allocationJeff Epler
2020-09-01FramebufferDisplay: Don't set rotation via core_constructJeff Epler
2020-09-01rgbmatrix: Disable timer while reconstructing the displayJeff Epler
2020-09-01allocator.h: add a missing license noticeJeff Epler
2020-09-01rgbmatrix: Don't inline the allocator functionsJeff Epler
2020-09-01rgbmatrix: recover gracefully from allocation errorsJeff Epler
2020-09-01Update refresh to force immediate redraw with display.refresh() or display.re...Kevin Matocha
2020-08-30merge from upstreamDan Halbert
2020-08-25Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-08-24Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-21remove other extraneous filesKevin Matocha
2020-08-21remove extraneous filesKevin Matocha
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
2020-08-20merge from upstream; working; includes debug_out code for debugging via Salea...Dan Halbert
2020-08-19Ping works!Scott Shawcroft
2020-08-19Ping work and start to add socketpoolScott Shawcroft
2020-08-19Add ipaddressScott Shawcroft
2020-08-19support to get HID OUT reportYihui Xiong
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-18Merge pull request #3277 from jepler/sharpmemory-bugsScott Shawcroft
2020-08-18Fix build error for !SHARPDISPLAYJeff Epler
2020-08-18Fix build error for \!DISPLAYJeff Epler
2020-08-18displayio: Don't need to specialcase reset of sharpdisplay framebufferJeff Epler
2020-08-18reset_board_buses: need to check if sharpdisplay uses SPI busJeff Epler
2020-08-17Finish implementing scott's suggestionJeff Epler
2020-08-17Update shared-module/displayio/__init__.cJeff Epler
2020-08-17allocate_display_bus: fix bug where in-use bus would be returnedJeff Epler
2020-08-14deleted whitespaceKevin Matocha