File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
1212- New ` DisplayError ` variant ` RSError ` to use with problems with the display's reset signal
1313- New ` DisplayError ` variant ` OutOfBoundsError ` to use when writing to a non-existing pixel outside the display's bounds
14+ - parallel-gpio: New ` OutputBus ` trait
15+ - parallel-gpio: Added ` Generic8BitBus ` , an implementation of ` OutputBus `
1416
1517### Changed
1618
1719- Return ` DCError ` instead of ` BusWriteError ` on errors (de-)asserting the DC signal in 8-bit GPIO interfaces
20+ - ** Breaking** parallel-gpio: ` PGPIO8BitInterface ` now uses any 8-bit impementation of ` OutputBus ` instead of 8 individual pins
1821
1922## [ v0.4.0] - 2020-05-25
2023
You can’t perform that action at this time.
0 commit comments