Live data from Hacker News

Viewing profile — lizzylot

lizzylot

HN member
Joined
Thu, Jan 29, 2026, 10:03 AM UTC
HN karma
3
Public activity
3 items

About lizzylot

No profile information was provided.

Recent public activity

  1. comment
    Comment #46825241

    Climate change is a global problem. Fossil fuels burned in Norway or somewhere contributes the same amount of CO2. It's kinda like shipping your plastic trash to another country an…

  2. comment
    Comment #46808774

    For simple SPI displays it's the transfer bandwidth that dominates, so for best performance you wanna minimize the number of pixels you need to send. So for eaxmple: if you wanna d…

  3. comment
    Comment #46808202

    Without DMA you need to insert a lot of wasted cycles to wait between each SPI transfer, so it doesn't take that many bytes to make it worth it. I use variable width fonts on 16bit…