Viewing profile — lizzylot
lizzylot
HN member- Joined
- Thu, Jan 29, 2026, 10:03 AM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About lizzylot
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…