TinyCircuits Forum

TinyCircuits Products => Thumby => Topic started by: bkumanchik on March 07, 2022, 11:00:22 AM

Title: Importing a sprite in the web IDE
Post by: bkumanchik on March 07, 2022, 11:00:22 AM
With the new way of storing sprites in an bytearray           inv_1a = bytearray([13,26,14,26,13,0,0,0])          when importing them back into the editor - the left column of my sprite is blank, for any that I try to import from a bytearray.

Brian
Title: Re: Importing a sprite in the web IDE
Post by: Jason on March 07, 2022, 02:13:38 PM
Thanks for the report!

Should be fixed as of code editor version 03.07.2022_1
Title: Re: Importing a sprite in the web IDE
Post by: bkumanchik on March 07, 2022, 06:15:30 PM
Looks like it's fixed, cool! Thanks