tdfischer
  • Joined on 2023-02-18
tdfischer deleted branch wip-fix from tdfischer/renderbug 2024-12-15 18:28:18 +00:00
tdfischer deleted branch wip-2 from tdfischer/renderbug 2024-12-15 18:28:15 +00:00
tdfischer pushed to master at tdfischer/renderbug 2024-12-15 18:27:54 +00:00
514c9defd6 properties: rewrite properties (whoops)
3a49e7e390 buffers: refactor locking structure for higher fps and automatic surface commit
9c773f0335 buffers: drop Debug impls
9aad55f369 cargo: drop unused deps
7b03c06c29 render: drop Sync from some traits
Compare 10 commits »
tdfischer pushed to wip-fix at tdfischer/renderbug 2024-12-15 18:27:45 +00:00
514c9defd6 properties: rewrite properties (whoops)
3a49e7e390 buffers: refactor locking structure for higher fps and automatic surface commit
9c773f0335 buffers: drop Debug impls
9aad55f369 cargo: drop unused deps
7b03c06c29 render: drop Sync from some traits
Compare 10 commits »
tdfischer created branch wip-fix in tdfischer/renderbug 2024-12-15 18:27:45 +00:00
tdfischer deleted branch wip-1 from tdfischer/renderbug 2024-12-15 16:40:47 +00:00
tdfischer pushed to master at tdfischer/renderbug 2024-12-15 16:39:18 +00:00
63c913a8e6 platform: esp32: mqtt: set client id based on chip id
cdc82cdbf9 events: reimplement From and To impls with macros
01fdc11552 buffers: cleanup now dead sharedsurface impl
a0d524b825 task: rewrite event handling as a step towards event-based subscriptions
f9a8b32d3e platform: smart_leds: build++
Compare 22 commits »
tdfischer pushed to wip-2 at tdfischer/renderbug 2024-12-15 14:18:40 +00:00
63c913a8e6 platform: esp32: mqtt: set client id based on chip id
cdc82cdbf9 events: reimplement From and To impls with macros
01fdc11552 buffers: cleanup now dead sharedsurface impl
a0d524b825 task: rewrite event handling as a step towards event-based subscriptions
Compare 10 commits »
tdfischer created branch wip-2 in tdfischer/renderbug 2024-12-15 14:18:40 +00:00
tdfischer pushed to master at tdfischer/renderbug 2024-12-13 00:00:42 +00:00
e57ceeb149 todo: update
e0491fafe8 platform: esp32: fix crash when hours wrap around
bf4ef46699 platform: esp32: create cyberplague mask map
42fc0b0c62 platform: esp32: first implementation of mqtt client
3c3952a8a9 platform: esp32: implement a circadian rhythm event source
Compare 10 commits »
tdfischer pushed to master at tdfischer/renderbug 2024-12-12 23:41:39 +00:00
b20c562b27 platform: esp32: first attempt at an i2s implementation, and fix rmt flickering with thread magic
ea75d7a2ee main: logs++
202876b42f platform: smart_leds: move StrideSampler into mappings module
16c0c9524d buffers: verbose--
e2e608048d clippy++
Compare 105 commits »
tdfischer created branch wip-1 in tdfischer/renderbug 2024-12-08 12:38:04 +00:00
tdfischer pushed to wip-1 at tdfischer/renderbug 2024-12-08 12:38:04 +00:00
b20c562b27 platform: esp32: first attempt at an i2s implementation, and fix rmt flickering with thread magic
ea75d7a2ee main: logs++
202876b42f platform: smart_leds: move StrideSampler into mappings module
16c0c9524d buffers: verbose--
Compare 10 commits »
tdfischer renamed repository from renderbug to tdfischer/renderbug-cpp 2024-10-29 10:47:18 +00:00
tdfischer pushed to master at tdfischer/renderbug-cpp 2023-12-26 13:55:08 +00:00
6582bae0f2 platform: esp32: disable bluetooth serial for now
13a3dd5158 platform: esp32: fix build, implement more crash info output
389da5b115 platform: arduino: mqtt: implement idle state support
83b3af58f7 logservice: fix build
0d3bcb4267 inputs: idle: implement an idletimer
Compare 45 commits »
tdfischer created branch wip/congress in tdfischer/renderbug-cpp 2023-12-26 10:30:04 +00:00
tdfischer pushed to wip/congress at tdfischer/renderbug-cpp 2023-12-26 10:30:04 +00:00
ebbf433cdf wip commit
6582bae0f2 platform: esp32: disable bluetooth serial for now
13a3dd5158 platform: esp32: fix build, implement more crash info output
389da5b115 platform: arduino: mqtt: implement idle state support
83b3af58f7 logservice: fix build
Compare 10 commits »
tdfischer pushed to master at tdfischer/renderbug-cpp 2023-12-11 07:16:02 +00:00
9a3186edbd animations: implement a rain animation for weather
dc1dfd9f4a data: add mapping and profile for ponderjar
195b405a3b profiles: add Serial to all profiles
5668266a23 animations: testanimation: rewrite into something that can help debug coord mappings
81bebad459 animations: updatestatus: avoid writing past end of LED array
Compare 33 commits »
tdfischer pushed to main at malloc-gg/mpm 2023-08-20 09:04:55 +00:00
0a2a9d5e09 add support for server templates/inheritance
5e7c703cca server: add a command to lock current versions
df4a4e3e1d model: rewrite to use hardlinks instead of janky symlinks
4b0472cfd3 gitignore: update with build artifacts
Compare 4 commits »
tdfischer pushed to main at malloc-gg/mpm 2023-07-01 12:46:41 +00:00
44c7fb5f03 cli: pretty++