| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-17 | Tweak gamma on ST7789 and match UI colors | Michele Bini | |
| This change will increase the color accuracy of the PineTime and make UI development with the simulator easier. Cherry-picked and adapted by Michele Bini | |||
| 2021-04-24 | Changed access modified indentation | Avamander | |
| 2021-04-24 | Reformatted all the files according to clang-format style | Avamander | |
| 2021-03-18 | FIX screen corruption #213 | Joaquim | |
| 2021-01-21 | changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class | Niall Cooling | |
| 2020-11-15 | Include cleanup: drivers | okaestne | |
| 2020-05-07 | Add SPI NOR Flash driver, WIP. | JF | |
| 2020-03-11 | Backup and restore vertical scroll offset when goind to sleep/wakeup to ↵ | JF | |
| avoid scrambled display on wake-up. | |||
| 2020-03-08 | When a full screen refresh is done, apply a vertical scroll during the ↵ | JF | |
| refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow. | |||
| 2020-03-08 | Do not copy LittleVgl object in DislayApp, use reference instead. | JF | |
| Make Cst816s, SpiMaster and St7789 not copiable and not movable | |||
| 2020-02-15 | Add support for hardware assisted vertical scrolling. | JF | |
| 2020-01-26 | Better integration of SPI with DMA and IRQ. Using only 'End' IRQ. Perf could ↵ | JF | |
| be improved by using 'Started' IRQ to prepare the next buffer while the current one is beeing sent. | |||
| 2020-01-22 | [WIP] Max SPI speed reached (119ms for a full refresh. Theo max : 240*240*16 ↵ | JF | |
| = 115.2ms) using IRQ and DMA. Code needs some cleaning before integration. | |||
| 2020-01-19 | Implement the SPI driver using DMA. | JF | |
| 2020-01-17 | Disable SPI, I²C, touch controller and display controller in sleep mode. | JF | |
| Re-enable them on wake up. Remove delays that were not needed in st7889 driver. Hopefully, it'll improve the battery life! | |||
| 2020-01-02 | Apply reset signal on pin P0.26 for LCD during init. | JF | |
| 2019-12-07 | The font is now fixed width. | JF | |
| HUGE performance improvement of the display driver. | |||
| 2019-12-07 | Convert Spi and GFX to C++. | JF | |
