src
.
nth.io
/
index
:
luke/esp32-poe-scrypted-viewport
main
ESP32-POE Scrypted viewport (private)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-14
Tidy: delete dead code, inline single-use helpers, fix double-lock
Luke Hoersten
12
-215
/
+89
2026-06-14
Drop VIEWPORT_STATE_UNCONFIGURED — state is just awake/asleep
Luke Hoersten
6
-31
/
+14
2026-06-14
M5 colors fixed: JPEG byte order + DPI memory layout
Luke Hoersten
2
-10
/
+13
2026-06-14
Info screen: full /config + /state dump, replaces identity screen
Luke Hoersten
6
-61
/
+165
2026-06-14
touch: drop factory-reset gesture
Luke Hoersten
1
-22
/
+5
2026-06-14
http_api: bump httpd stack to 8 KiB — POST /config was overflowing
Luke Hoersten
1
-0
/
+5
2026-06-14
M3 done: drop boot test, fold BOOT button into touch long-press
Luke Hoersten
5
-165
/
+66
2026-06-14
M3: panel renders — TC358762 bridge init + non-burst DSI
Luke Hoersten
2
-135
/
+222
2026-06-14
M3 WIP: DSI bring-up + state machine + identity overlay
Luke Hoersten
9
-133
/
+282
2026-06-14
M1+M2 hardware bring-up: 3 fixes + elegant subsystem degradation
Luke Hoersten
3
-58
/
+104
2026-06-14
Identity screen: name + hostname + IP + state, auto-scaled
Luke Hoersten
2
-14
/
+86
2026-06-13
M8: local screens (IP + Loading) + BOOT button
Luke Hoersten
6
-6
/
+345
2026-06-13
M7: touch + outbound /state POST to Scrypted
Luke Hoersten
10
-4
/
+293
2026-06-13
M6: state machine — POST /state, idle timer, /frame 409 guard
Luke Hoersten
4
-8
/
+189
2026-06-13
M5: POST /frame — hardware JPEG decode + orientation-aware paint
Luke Hoersten
7
-4
/
+293
2026-06-13
M4: NVS-backed /config with partial updates + validation
Luke Hoersten
4
-13
/
+362
2026-06-13
M3: display driver (Pi-style DSI panel: TC358762 + ATTINY MCU)
Luke Hoersten
4
-2
/
+317
2026-06-13
M2: HTTP server + mDNS service discovery + shared state
Luke Hoersten
9
-6
/
+295
2026-06-13
M1: Ethernet bring-up
Luke Hoersten
4
-12
/
+197
2026-06-13
Switch scaffold to C; update boot TODOs to match current spec
Luke Hoersten
1
-4
/
+4
2026-06-13
Initial Scrypted Viewport scaffold
Luke Hoersten
2
-0
/
+24
☐