summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/displayio/ParallelBus.c
AgeCommit message (Expand)Author
2021-03-16More formattinggamblor21
2021-03-16Formatting fixesgamblor21
2021-03-15Merge branch 'main' into rp_dp_parallelMark
2021-03-15run code formatting scriptmicroDev
2021-03-11Add frequency support to parallel busgamblor21
2021-01-25Fixed bug in pin error handling, deleted debug printsKevin Matocha
2021-01-25Allow pins >= 32, allow write pin on different register than data pinsKevin Matocha
2021-01-23Delete unnecessary commentsKevin Matocha
2021-01-22Remove redundant clear_write, add make translateKevin Matocha
2021-01-22Add initial ParallelBus support for ESP32-S2Kevin Matocha
2020-11-13Add board.DISPLAY to MagTag. Fix luma computationScott Shawcroft
2020-06-24Switch SPI to polling DMA and enable displayioScott Shawcroft