| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-01 | Add support for display rotation and raw commands | Scott Shawcroft | |
| Display rotation is relative to the scan order of the display. The scan order can be found by scrolling the display with command 0x37 `display_bus.send(0x37, struct.pack(">H", i % 128))` Fixes #1504 | |||
| 2019-01-31 | Correctly handle no backlight pin. | Scott Shawcroft | |
| 2019-01-31 | More improvements to Terminal: | Scott Shawcroft | |
| * Fix Hallowing. * Fix builds without displayio. * Fix y bounds that appears as untrollable row of pixels. * Add scrolling to TileGrid. * Remove Sprite to save space. TileGrid is a drop in replacement. | |||
| 2019-01-31 | Support adjustable backlight brightness | Scott Shawcroft | |
| 2019-01-31 | Rudamentary backlight support | Scott Shawcroft | |
| 2019-01-31 | Hook up the terminal based on the first display. | Scott Shawcroft | |
| 2019-01-23 | Use common delay function during display init so we don't starve background ↵ | Scott Shawcroft | |
| tasks. | |||
| 2019-01-17 | Fix other builds and hallowing | Scott Shawcroft | |
| 2019-01-16 | Rework displays in prep for dynamic support and 8bit parallel. | Scott Shawcroft | |
