• Joined on 2022-09-24
savanni pushed to pico-light-sensor at savanni/monorepo 2025-03-10 14:03:55 +00:00
ca0bc90e85 Blit dirty data to the screen instead of everything
savanni pushed to pico-light-sensor at savanni/monorepo 2025-03-09 05:08:54 +00:00
f951518b57 Write a control that scans the light sensor
savanni created branch pico-light-sensor in savanni/monorepo 2025-03-08 15:29:24 +00:00
savanni pushed to pico-light-sensor at savanni/monorepo 2025-03-08 15:29:24 +00:00
savanni pushed to main at savanni/monorepo 2025-03-08 07:03:54 +00:00
36eef45971 Fill out an alphabet and animate the screen
596de6525f Create a 5x8 bitmap font
9175b9d4cc Create a print function and fill out more sixteen-segment glyphs
958d18b9a8 Set up the seven segment font
Compare 4 commits »
savanni deleted branch st7789-fonts from savanni/monorepo 2025-03-08 07:03:54 +00:00
savanni merged pull request savanni/monorepo#298 2025-03-08 07:03:53 +00:00
Build out the seven-segment font and the 5x7 bitmap font
savanni created pull request savanni/monorepo#298 2025-03-08 07:03:46 +00:00
Build out the seven-segment font and the 5x7 bitmap font
savanni pushed to st7789-fonts at savanni/monorepo 2025-03-08 07:01:51 +00:00
36eef45971 Fill out an alphabet and animate the screen
savanni pushed to st7789-fonts at savanni/monorepo 2025-03-08 06:23:26 +00:00
596de6525f Create a 5x8 bitmap font
9175b9d4cc Create a print function and fill out more sixteen-segment glyphs
Compare 2 commits »
savanni created branch st7789-fonts in savanni/monorepo 2025-03-07 23:49:16 +00:00
savanni pushed to st7789-fonts at savanni/monorepo 2025-03-07 23:49:16 +00:00
958d18b9a8 Set up the seven segment font
savanni opened issue savanni/monorepo#297 2025-03-06 13:52:19 +00:00
l10n edit mode should not load only the individual element to be edited, not the entire database
savanni opened issue savanni/monorepo#296 2025-03-06 13:51:50 +00:00
l10n should be able to import new data from an xliff or json file
savanni opened issue savanni/monorepo#295 2025-03-06 13:51:31 +00:00
l10n should gracefully handle all of the errors that can happen in the edit function
savanni opened issue savanni/monorepo#294 2025-03-06 13:51:10 +00:00
l10n should not create a new entry if the user didn't add any content
savanni pushed to main at savanni/monorepo 2025-03-05 15:01:05 +00:00
bc9e24c0c9 Remove dead code
b444326c1c Add a link to the sixteen-segment font source
8288fdbb6b Refactor the canvas and font
155d2ba18e Use bitflags to represent the font
132c85e99d Fix a bunch of the letters. Add a dot.
Compare 7 commits »
savanni deleted branch st7789-drawing from savanni/monorepo 2025-03-05 15:01:05 +00:00
savanni merged pull request savanni/monorepo#293 2025-03-05 15:01:03 +00:00
Work on abstractions for an ST7789 font and frame buffer
savanni pushed to st7789-drawing at savanni/monorepo 2025-03-05 14:58:53 +00:00
bc9e24c0c9 Remove dead code