| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2020-12-28 | update common_hal_reset_pin() | microDev | |
| 2020-11-13 | Add board.DISPLAY to MagTag. Fix luma computation | Scott Shawcroft | |
| * 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. | |||
| 2020-09-22 | Changed delay calls to avoid conflicts with qspi_disable | root | |
| 2020-09-10 | Fix reset pin null reference, construct error null reference | Lucian Copeland | |
| 2020-03-31 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| 2020-03-25 | Add polarity and phase to FourWire. | Scott Shawcroft | |
| It was fixed as 0/0 even though it used to get it from the current SPI state. This makes it more explicit with kwargs. Thanks to magpie_lark and kmatocha on the Adafruit Support forum for finding the issue: https://forums.adafruit.com/viewtopic.php?f=60&t=162515 | |||
| 2020-03-13 | First try at lowering the power consumption | Scott Shawcroft | |
| 2019-12-05 | Define polarity and phase in Fourwire | Hierophect | |
| 2019-11-15 | Add never_reset and reset to pin common hal, adjust files | Hierophect | |
| 2019-08-23 | Rework based on Dan's review | Scott Shawcroft | |
| 2019-08-22 | Add reset() to display busses to detect whether it works | Scott Shawcroft | |
| 2019-08-22 | EPaper displays work mostly. | Scott Shawcroft | |
| 2019-07-19 | Add support for grayscale displays that are < 8 bit depth. | Scott Shawcroft | |
| This also improves Palette so it stores the original RGB888 colors. Lastly, it adds I2CDisplay as a display bus to talk over I2C. Particularly useful for the SSD1306. Fixes #1828. Fixes #1956 | |||
| 2019-06-17 | Add baudrate to FourWire and shorten delay. | Scott Shawcroft | |
| 2019-04-08 | Merge remote-tracking branch 'adafruit/master' into fix_cpx_display | Scott Shawcroft | |
| 2019-04-08 | Reorganize board busses into shared-bindings and shared-module. | Scott Shawcroft | |
| 2019-04-06 | Stop hard-coding SPI frequency in FourWire | Radomir Dopieralski | |
| Instead remember and use the frequency, polarity and phase that was set when the bus was first created. | |||
| 2019-03-27 | Simplified into fourwire only | Melissa LeBlanc-Williams | |
| 2019-03-23 | Added option to toggle cs in displayio init sequence | Melissa LeBlanc-Williams | |
| 2019-01-17 | Fix up nrf and using board.SPI in FourWire | Scott Shawcroft | |
| 2019-01-17 | share fourwire and make nrf compile | Scott Shawcroft | |
