Elektrine lite

← Feed

@sako@mastodon.gamedev.place

Post #3009667

2025-03-11 16:26 UTC

@Ronflaix@mastodon.gamedev.place @fast_code_r_us@floss.social i think it's more of an arduino/microcontroller thing than an e-ink specific thing. these kinds of arrays are normally how you get images on any kind of display on arduino. they're sprites, essentially

Replies (1)

  • @fast_code_r_us@floss.social 2025-03-11 16:28

    @sako@mastodon.gamedev.place @Ronflaix@mastodon.gamedev.place It's not normal, it's specific to that software. My eink library allows you to decode images right into the display framebuffer (at any position). Even the Uno with 2K of RAM can do it: https://youtu.be/Ow_Yd7A_qEU

    Open ##3009668