Decode AK OLED framebuffer
decode_ak_lcdDecode raw OLED framebuffer dump into text art and PNG image with content stats for headless screen viewing.
Instructions
See the board's OLED screen headlessly: paste the raw output of the shell command lcd d (the 0xNN,0xNN,... framebuffer dump) and get the screen rendered as text art plus a PNG image, with content stats. Format: 128x64 @ 1bpp, page-major, LSB = top pixel (Adafruit_oled_drv).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dump | Yes | Raw `lcd d` capture, including the 0xNN,... lines. | |
| scale | No | PNG upscale factor (default 4 → 512×256). | |
| invert | No | Set true if the display is inverted (content drawn dark on light). |