index
:
infinitime.git
analog24
calc-onto-analog24
calc-onto-edge
develop
edge
heartdev
images
jumpdev
semiredux
ultraredux
ultraredux-heart
ultraredux2
ultraredux2-pwmbacklight
Unnamed repository; edit this file 'description' to name the repository.
Michele Bini
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-03-02
Remove TODO as they are not needed anymore
JF
2020-03-02
Re-Enable BLE
JF
2020-03-01
Instantiate spi, lcd, lvg and touchpanel as global variables instead of uniqu...
JF
2020-02-26
Add new Screens (gauge, meter,...)
JF
2020-02-23
Re-enable BLE, BLE status on display and battery level on display.
JF
2020-02-23
Do not compile GFX and older fonts anymore.
JF
2020-02-16
Add touch panel port to lvgl.
JF
2020-02-12
Log Touchpanel data (position + gesture!)
JF
2020-02-10
Integration of lvgl : continued...
JF
2020-02-08
First quick'n'dirty integration of LittleVGL. Needs some cleaning.
JF
2020-01-26
Better integration of SPI with DMA and IRQ. Using only 'End' IRQ. Perf could ...
JF
2020-01-22
[WIP] Max SPI speed reached (119ms for a full refresh. Theo max : 240*240*16 ...
JF
2020-01-22
[WIP] Use IRQ in SPI driver to improve performances
JF
2020-01-18
Update comment about system task
JF
2020-01-18
DateTimeController is now updated in the system task.
JF
2020-01-12
Detect BLE disconnection (in addition to BLE connection) and update the displ...
JF
2020-01-09
Increase configMINIMAL_STACK_SIZE to fix crash issue caused by freertos timers.
JF
2020-01-05
Improve power consumption and SLEEP mode :
JF
2020-01-03
Add basic touch panel driver.
JF
2019-12-28
Add DateTimeController to manage the time.
JF
2019-12-27
Add BleController to manage the BLE connection status
JF
2019-12-27
Implement battery measurement in BatteryController.
JF
2019-12-27
Measure and log battery voltage from SystemTask
JF
2019-12-26
Use push button to go to sleep/wake up.
JF
2019-12-23
Code cleaning, implement BT connection, advertising, discovery and CTS in ble...
JF
2019-12-21
Track the time using RTC
JF
2019-12-21
Add BLE and CTS client. Time can be retrieved from a CTS server (like NRFConn...
JF
2019-12-07
Convert Spi and GFX to C++.
JF
2019-12-05
Add DisplayApp, and lcdfont. Update the display every second
JF
2019-12-05
Add support for LCD (ST7789)
JF
2019-12-02
First code tested on the actual pinetime hardware
JF
2019-11-17
Initial commit
JF