Hi.
I'm adding support for the SDK pattern fill, to the 8x8.me collection.
Something like this:
-- headers
local gfx <const> = playdate.graphics
local skullXL <const> = {
0x00, -- ▓▓▓▓▓▓▓▓
0x7C, -- ▓░░░░░▓▓
0xFE, -- ░░░░░░░▓
0xFE, -- ░░░░░░░▓
0x92, -- ░▓▓░▓▓░▓
0xEE, -- ░░░▓░░░▓
0x7C, -- ▓░░░░░▓▓
0x54, -- ▓░▓░▓░▓▓
-- 0,124,254,254,146,238,124,84 -- transparent background
-- 255,131,1,1,109,17,131,171 -- transparent foreground
}
-- gfx.setPattern(skullXL)
I'd love to get feedback either here or on the GitHub issue. Cheers