| 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-11-15 | Update includes to to be relative to src directory | Reinhold Gschweicher | |
| Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | |||
| 2021-08-23 | Remove commented commands completely | hubmartin | |
| 2021-08-15 | Remove LCD reset and more cmds, save over 200ms | hubmartin | |
| 2021-06-22 | Removed an illogical comparison from SystemInfo and St7789 driver (#449) | Avamander | |
| * Removed an illogical comparison | |||
| 2021-04-24 | Reformatted all the files according to clang-format style | Avamander | |
| 2021-03-18 | FIX screen corruption #213 | Joaquim | |
| 2020-11-15 | Include cleanup: drivers | okaestne | |
| 2020-08-22 | Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI. | JF | |
| 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-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-18 | Apply Hardware reset on display during wake-up, as softreset might not be ↵ | JF | |
| enough to wake the display up. | |||
| 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 | |
