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
Age
Commit message (
Expand
)
Author
2020-04-05
Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it s...
JF
2020-04-04
Disable logging (again...).
JF
2020-04-04
Fix crash when the computer disconnect from the BLE connection.
JF
2020-03-29
Improved BLE logging
JF
2020-03-28
Encapsulate Notification management in NotificationManager. It implement a st...
JF
2020-03-25
Add support for BLE notification (ANS client).
JF
2020-03-22
Fix bad memory alloaction in sysinfo screen.
JF
2020-03-22
Add new App : Sysinfo. It displays various info about the running system : ve...
JF
2020-03-15
Add the possibility to the screen to handle a touch gesture.
JF
2020-03-15
Encapsulate brightness controll into the class BrightnessController.
JF
2020-03-15
Workaround for a issue when the FDS (flash data storage for BLE softdevice)) ...
JF
2020-03-14
Display battery level and BLE connection status using icon on Clock screen.
JF
2020-03-11
Backup and restore vertical scroll offset when goind to sleep/wakeup to avoid...
JF
2020-03-10
Apply a "up" transition when an app is opened.
JF
2020-03-09
Add support for gestures and integrate it with the vertical scrolling transit...
JF
2020-03-08
When a full screen refresh is done, apply a vertical scroll during the refres...
JF
2020-03-08
Do not copy LittleVgl object in DislayApp, use reference instead.
JF
2020-03-06
Remove not needed code.
JF
2020-03-06
Call ble_manager_init_peer_manager() _after_ the scheduler has been started. ...
JF
2020-03-03
Merge branch 'littlevgl'
JF
2020-03-02
Workaround for the first touch that is taken twice into account.
JF
2020-03-02
Remove TODO as they are not needed anymore
JF
2020-03-02
Fix Type in sdk_config
JF
2020-03-02
Re-Enable BLE
JF
2020-03-02
Fix date/time conversion from CTS to internal date/time representation.
JF
2020-03-02
Move version display from Clock screen to the modal window (accessible from t...
JF
2020-03-01
Remove default lvgl font (roboto).
JF
2020-03-01
Add debugPins module that provides functions to set and clear debug GPIOs.
JF
2020-03-01
Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use ...
JF
2020-03-01
Fix Model that would crash when closing it.
JF
2020-03-01
Simplify Tile to improve refresh speed (it's not a tile anymore...).
JF
2020-03-01
Instantiate spi, lcd, lvg and touchpanel as global variables instead of uniqu...
JF
2020-03-01
Configure lvgl theme and use 2*4lines buffers as video buffer (2 lines was no...
JF
2020-03-01
Fix double-buffering for spi display (it's actually using double-buffering, now)
JF
2020-02-26
Add new Screens (gauge, meter,...)
JF
2020-02-23
Enable watchdog, and issue a WDT reset when the button is pushed for more tha...
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-20
Re-enable BLE display on Clock screen
JF
2020-02-16
Prevent unnecessary refresh in Clock screen.
JF
2020-02-16
Add touch panel port to lvgl.
JF
2020-02-15
Add support for hardware assisted vertical scrolling.
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-31
Improve clock accuraty and reduce clock drifting over time (before : 1/2h per...
JF
2020-01-26
Remove test code
JF
2020-01-26
GFX : wait end of transfert using a task notification.
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
[next]