common: Add the display module.
authorTilman Sauerbeck <tilman@code-monkey.de>
Wed, 18 Dec 2019 08:01:56 +0000 (09:01 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commit9cef125c6dc3f96c4475d3b0064d4690ca2cb71e
treef99d87e4b77ea3e0b4065251326c744d0395b306
parent28b33a277d30f11989cfdfb142446170b45fab54
common: Add the display module.

It currently can initialize, clear and draw the main area
of the display. Drawing or clearing the icon area is not yet
supported.
SConscript.libcommon
src/common/display.rs [new file with mode: 0644]
src/common/lib.rs
src/common/screen.rs [new file with mode: 0644]