| AgeSort asc/desc | Change |
|---|---|
| Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | |
| Apr 16, 2018 | |
| 7 years 9 months | qled: translate LED names to Pyra if the GTA04 names are not found. |
| 7 years 9 months | llindicators: should use setLed() function from qled |
| Apr 17, 2018 | |
| 7 years 9 months | accelerometer: the GTA04 code (also used for Pyra) has a bug because it does a busy-wait loop in the thread handler instead of either doing a select() without immediate timeout or doing the usleep(). |
| Apr 20, 2018 | |
| 7 years 8 months | accelerometer: the GTA04 code calls the callback only if there is new data. The kernel will filter no-change events. Unfortunately QtMaze does not have an indeptendent timer for generating frame redraw trigger. Hence the update speed is lowered by th |
| Apr 21, 2018 | |
| 7 years 8 months | Merge branch 'master' of ssh://git.goldelico.com/gta04-qtmoko |
| Nov 28, 2020 | |
| 5 years 1 month | debian/control: update web references |