Markus Perkins markus
markus pushed to master at electronics/webradio 2020-07-30 20:00:54 +02:00
18f09a64b5 fw: Implement power management
9e9e2ff5c4 fw: Implement battery voltage readout
Compare 2 commits »
markus pushed to master at electronics/webradio 2020-07-30 16:25:05 +02:00
475c9cdd4a fw: Fix noisy picture?
markus pushed to master at electronics/webradio 2020-07-28 21:56:27 +02:00
1eaa9c3c38 Introduce I/O transactions at a slower clock speed
c618e058dd Return switch and decoder values over SPI
Compare 2 commits »
markus pushed to master at electronics/webradio 2020-07-27 21:40:25 +02:00
09bc6979e9 Implement switches and rotary encoder
markus pushed to master at electronics/webradio 2020-07-19 21:23:37 +02:00
f71c65106f fw: Only update display if a full frame was received
markus pushed to master at electronics/webradio 2020-07-19 18:41:32 +02:00
633d2d0fe2 fw: Implement display output
69cb74b8dc sw: Increase framerate to 25 fps
a618fff822 sw: Implement SPI transmissions
a8d947544b sw: Allow empty duration
7efac00348 sw: Allow empty artist
Compare 5 commits »
markus pushed to master at electronics/webradio 2020-07-19 16:19:36 +02:00
1cbc6063d6 Merge branch 'master' of git.notsyncing.net:electronics/webradio
61a1ae5dc8 Add firmware template
Compare 2 commits »
markus closed issue electronics/webradio#2 2020-07-13 18:11:34 +02:00
Scrolling font is sometimes jumpy
markus pushed to master at electronics/webradio 2020-07-13 18:11:34 +02:00
368ceb4373 Fix jumpy text
markus pushed to master at firmware/template-avr 2020-07-11 12:42:41 +02:00
a23c1f2988 Add gitignore
markus opened issue electronics/webradio#2 2020-07-05 20:25:52 +02:00
Scrolling font is sometimes jumpy
markus pushed to master at electronics/webradio 2020-07-05 20:10:08 +02:00
eb968ec16f Return image data fram get_image()
markus pushed to master at electronics/webradio 2020-07-05 20:06:57 +02:00
56b1f3c6e4 Query MPD every 500 ms
a95b140164 Remove zombie function
Compare 2 commits »
markus commented on issue electronics/webradio#1 2020-07-05 19:43:36 +02:00
Running this on a 1st gen Rpi pegs the CPU at 100%

Now down to ~20% usage (@1GHz / 500MHz) for basic rendering.

markus pushed to master at electronics/webradio 2020-07-05 19:43:07 +02:00
c43bfe425e Improve bar layout
markus closed issue electronics/webradio#1 2020-07-05 19:31:45 +02:00
Running this on a 1st gen Rpi pegs the CPU at 100%
markus pushed to master at electronics/webradio 2020-07-05 19:31:45 +02:00
a3f12aa96b Prerender text and blit to correct position
markus opened issue electronics/webradio#1 2020-07-05 18:45:56 +02:00
Running this on a 1st gen Rpi pegs the CPU at 100%
markus deleted tag master from electronics/webradio 2020-07-05 17:46:30 +02:00
markus pushed to master at electronics/webradio 2020-07-05 17:46:30 +02:00
34592b6060 Add initial display renderer
c47ce44a44 Initial commit