I recently salvaged some LCD screens from a couple scrapped video greeting cards; and while researching the connector type for … More
Author: nickmatantsev
Disassembling and rewiring a video greeting card
I recently came into possession of two video greeting cards: cardboard enclosures with a screen, processor and battery, that play … More
Console screen with anti-aliased colour text
Working on the tiny Arduino terminal emulator, I ran into issues with text density. The 128×128 console TFT display with … More
Console screen with subpixel micro text
Working on the tiny terminal emulator meant trying to squeeze in a lot of text onto a tiny screen. The … More
Arduino graphics using web tricks
Working on the Arduino terminal emulator implementation required me to get very comfortable with protocol parsing and low-level graphics output … More