Nils Faerber
|
5ca93ad5ea
|
Ooops - fix typo
|
2012-08-21 18:12:34 +02:00 |
|
Nils Faerber
|
d27d6eea9f
|
Add language selection
|
2012-08-17 11:25:04 +02:00 |
|
Nils Faerber
|
0100a84c89
|
Some minor bug fixes (prevent crashes in dana and upon quit)
|
2012-06-17 00:30:46 +02:00 |
|
Nils Faerber
|
9e2a869871
|
Add new hackish bresenham line function to draw thicker lines, now used in analog clockface (cmd dana)
|
2011-12-01 00:21:11 +01:00 |
|
Nils Faerber
|
5668a2fcb1
|
Add analog clockface display, command dana <hour> <minute> <day#>
|
2011-11-13 15:36:07 +01:00 |
|
Nils Faerber
|
79e351fe38
|
Improve cmd parameter parsing and handling
|
2011-11-13 13:49:10 +01:00 |
|
Nils Faerber
|
c0807b3785
|
Update to spec
|
2011-11-12 00:15:16 +01:00 |
|
Nils Faerber
|
f9db4e2e61
|
Implement battery warning and bt-off message handlers and callbacks
|
2011-11-11 23:56:13 +01:00 |
|
Nils Faerber
|
c4bc9c6cdb
|
Fix and extend get_light_sensor and get_voltage, move system clock query out of library set_rtc function
|
2011-11-11 23:09:39 +01:00 |
|
Nils Faerber
|
7a200e52bd
|
Aff date format setting command, from Oleg Titov
|
2011-11-11 22:40:54 +01:00 |
|
Nils Faerber
|
45df0eb30c
|
Fix some warnings, add screen_update IDLE to quit
|
2011-11-09 23:20:30 +01:00 |
|
Nils Faerber
|
201b7df50b
|
Add fixes for RTC and NVAL commands from Oleg Titov - thanks!
|
2011-11-09 22:06:55 +01:00 |
|
Nils Faerber
|
681932903c
|
Add button message callback handling and sample code
|
2011-11-09 00:11:14 +01:00 |
|
Nils Faerber
|
b11171caa5
|
Makefile cleanup, start implementation of nval commands (not working yet)
|
2011-11-04 21:26:50 +01:00 |
|
Nils Faerber
|
9dfd994862
|
Add a small README to get started
|
2011-09-17 17:38:23 +02:00 |
|
Nils Faerber
|
887641a905
|
Add calendar display command "cal"
|
2011-09-16 18:40:00 +02:00 |
|
Nils Faerber
|
7d8f5f3b72
|
Implement streaming protocol (mw_feed_...)
|
2011-08-29 11:37:02 +02:00 |
|
Nils Faerber
|
2089fbe853
|
Add ToDo file
|
2011-08-28 17:09:54 +02:00 |
|
Nils Faerber
|
7e4f91bc02
|
Add test bitmaps
|
2011-08-27 20:38:44 +02:00 |
|
Nils Faerber
|
44f70f5275
|
More callbacks, further GUI work
|
2011-08-27 20:38:16 +02:00 |
|
Nils Faerber
|
d1e0ca32db
|
Break out Bluetooth functions in own module
|
2011-08-13 13:41:24 +02:00 |
|
Nils Faerber
|
36bbcbe182
|
Add GTK test client, rework API with callbacks, make library
|
2011-08-13 13:22:22 +02:00 |
|
Nils Faerber
|
59068bbd13
|
Start OLED support for ana-digi
|
2011-08-10 20:13:00 +02:00 |
|
Nils Faerber
|
fc1c62b9c0
|
Add DBus based freedesktop.org Notify support (uh, still a little hacky),
rework to gmainloop for IO watching
|
2011-08-07 13:55:23 +02:00 |
|
Nils Faerber
|
ebb651f825
|
Info string inquiry extension
|
2011-08-05 22:15:09 +02:00 |
|
Nils Faerber
|
6e7a56e3e8
|
Add button messages and handling
|
2011-08-03 00:50:24 +02:00 |
|
Nils Faerber
|
b13e74e7ce
|
Notification test with full screen of text - 15 cahrs by 10 lines
|
2011-07-31 00:53:51 +02:00 |
|
Nils Faerber
|
1141284143
|
Add drawing fcuntions for lines and strings incl. three fonts
|
2011-07-30 22:45:11 +02:00 |
|
Nils Faerber
|
ae55d0fbca
|
Start utilities for drawing
|
2011-07-30 18:21:10 +02:00 |
|
Nils Faerber
|
8f684d091f
|
Fixes and enhancements
|
2011-07-30 17:22:05 +02:00 |
|
Nils Faerber
|
a69eb10937
|
Break out code for main application and MW handling, add Bluetooth code to self connect RFCOMM
|
2011-07-25 02:10:38 +02:00 |
|
Nils Faerber
|
b42900c7bd
|
Reworked the bitmap functions to be of more general use
|
2011-07-24 17:27:28 +02:00 |
|
Nils Faerber
|
fc01ed38c0
|
Add test.pbm test bitmap file (read with rbmp)
|
2011-07-23 21:33:12 +02:00 |
|
Nils Faerber
|
a32e1e3a9f
|
Implement PBM read file and display
|
2011-07-23 21:32:08 +02:00 |
|
Nils Faerber
|
8de8db41a6
|
More functions, changed license to LGPL
|
2011-07-23 19:08:06 +02:00 |
|
Nils Faerber
|
c8307dc90a
|
Start to make cmd functions for future API
|
2011-07-23 18:26:16 +02:00 |
|
Nils Faerber
|
33ec672c8d
|
Mostly reformatting
|
2011-07-23 17:56:24 +02:00 |
|
Nils Faerber
|
5c2abd6bea
|
Add menu
|
2011-07-19 14:13:11 +02:00 |
|
Nils Faerber
|
0d6cba4530
|
Add CRC16 with reverse bit order
|
2011-07-19 12:31:32 +02:00 |
|
Nils Faerber
|
5c3d6461a1
|
Initial edits...
|
2011-07-18 22:33:40 +02:00 |
|