Commit Graph

77 Commits

Author SHA1 Message Date
Admar Schoonen 5a2fcb10db Small bugfixes 2023-08-01 12:10:09 +02:00
Admar Schoonen fd568adcd9 Initialyze iaqi to empty list 2023-06-03 23:02:34 +02:00
Admar Schoonen 4b0413f544 Add icon for indoor air quality index 2023-06-03 22:53:25 +02:00
Admar Schoonen 16d5b971ab Color update 2023-05-29 12:38:26 +02:00
Admar Schoonen 938f1f2849 Fixed boundary error + changed color yellow 2023-05-29 11:09:26 +02:00
Admar Schoonen 868c46f7d6 Use outline icons when icon color is white 2023-05-29 10:46:45 +02:00
Admar Schoonen 624d75c033 Fixed 2 bugs:
* excessive reading of theme when light was on
* retrieve air quality 2 seconds before whole minute to prevent using old data for a whole minute
2023-05-29 09:01:52 +02:00
Admar Schoonen 946f531161 Only show icons in clock view 2023-05-28 23:22:05 +02:00
Admar Schoonen 9e8a4561be Added icons for UVI, pollen and AQI 2023-05-28 23:15:55 +02:00
Admar Schoonen 47eb3acd01 Sync retrieving air quality to whole minutes 2023-05-28 16:33:34 +02:00
Admar Schoonen e0aa06c7ba Save address when saving settings + change length of hands to match colored circles 2023-05-27 10:12:48 +02:00
Admar Schoonen 0f5b2d914e Rename rain to precipitation 2023-05-27 09:58:47 +02:00
Admar Schoonen b038d801b2 Specify address for rain / AQI in settings.json 2023-05-27 09:57:38 +02:00
Admar Schoonen 6451752cf2 More code clean up 2023-05-27 09:43:20 +02:00
Admar Schoonen bfebe037d7 Draw slightly bigger black circle underneath colored circles 2023-05-26 23:24:55 +02:00
Admar Schoonen 82f4be8309 Small code clean up 2023-05-26 23:12:35 +02:00
Admar Schoonen 1d89488f3a Added air quality and precipitation information to clock face 2023-05-26 22:54:30 +02:00
Admar Schoonen c52c355299 Better color temperature approximation + sine weighted intensity 2023-05-05 22:44:13 +02:00
Admar Schoonen 502406663e Switch between Dark and Light theme at 7:00 and 19:00 for theme Automatic 2023-04-26 11:00:23 +02:00
Admar Schoonen 3fc16bc752 Implemented changing background for theme Automatic (WIP) 2023-04-25 11:20:41 +02:00
Admar Schoonen e60cc15152 Add support for writing settings.json 2023-04-23 21:23:23 +02:00
Admar Schoonen 5cd48fca21 Add support for reading settings.json 2023-04-23 20:31:28 +02:00
Admar Schoonen c2d5c0d7d1 Move AlarmSettings into ClockSettings + read settings from JSON file (WIP) 2023-04-23 19:34:03 +02:00
Admar Schoonen 4038cbf732 Finish support for themes 2023-04-23 18:26:37 +02:00
Admar Schoonen 261230f999 Immediately change volume when playing audio 2023-04-23 16:32:05 +02:00
Admar Schoonen d3d3d4d040 Fade in/out volume 2023-04-23 16:06:05 +02:00
Admar Schoonen 36818f6bdc Scan themes/ for themes 2023-04-23 14:00:45 +02:00
Admar Schoonen 192fbcc687 Changed pulseaudio with alsaaudio for volume control 2023-04-23 13:24:02 +02:00
Admar Schoonen d5eb136419 Fixed color of buttons in select wake up sound menu a nd in select theme menu 2023-04-17 22:04:00 +02:00
Admar Schoonen d418cbdffb Use dictionary for selection of theme 2023-04-16 22:14:10 +02:00
Admar Schoonen a7efef65c8 Small refactoring 2023-04-16 20:28:40 +02:00
Admar Schoonen 872fe28be7 Fix placement of labels for selecting wake up sound 2023-04-16 20:24:19 +02:00
Admar Schoonen 0d3776a5c3 Make dict of wake up sounds a separate file 2023-04-16 17:32:26 +02:00
Admar Schoonen 8e27056e05 Use dictionary for selection of wake up sounds 2023-04-16 17:00:21 +02:00
Admar Schoonen 6ebae5ddb3 Rename location of icon files 2023-04-14 20:50:16 +02:00
Admar Schoonen 4998f47828 Separate layout in .kv file 2023-04-14 20:32:05 +02:00
Admar Schoonen 04d4423bcb Add specific parameter for redraw timeout + increase timeouts 2023-04-14 20:28:00 +02:00
Admar Schoonen b59e7476c2 More work on theme support 2023-04-13 22:42:58 +02:00
Admar Schoonen 3b315320e7 More work on themes 2023-04-11 22:49:58 +02:00
Admar Schoonen 395c52f9a6 Ugly workaround for double input processing issue + initial work on themes 2023-04-11 17:39:41 +02:00
Admar Schoonen c7b874fe15 Fix bug, update window size and adjust backlight based on led intensity 2023-04-10 23:12:31 +02:00
Admar Schoonen 6a23615f87 Remove one of the ugly RPi touch screen workarounds 2023-04-10 22:23:04 +02:00
Admar Schoonen e0a9074670 Better workaround for issue with RPi touch screen + hide cursor 2023-04-10 22:11:21 +02:00
Admar Schoonen a86412edcb Icon update + prepare for smoother led transitions 2023-04-10 16:52:40 +02:00
Admar Schoonen deae16aa61 Add support for moving light button to set light to wake up level 2023-04-10 15:59:15 +02:00
Admar Schoonen 6863e89977 Small fixes 2023-04-10 15:25:34 +02:00
Admar Schoonen 6556adb5e3 Make text more readable 2023-04-10 01:01:25 +02:00
Admar Schoonen 5bfe72e039 More work on support for light button 2023-04-10 00:47:04 +02:00
Admar Schoonen b05ccf3ed1 Preliminary support for reading light 2023-04-09 23:53:37 +02:00
Admar Schoonen 59ef86575a Make application work on non-arm by removing dependencies on colorspace converters for non-arm 2023-04-09 22:40:52 +02:00