You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using a webpage to convert images to C-style header files: File to C Array Converter. It easily converts images to arrays of bytes. I use this method for projects on NodeMCU boards, but I'm facing issues with Raspberry Pi Pico. The bin2c tool doesn't properly convert my BMP files, and ssd1306_bmp_show_image_with_offset doesn’t display my image.
Is there a way to draw my image using the output from the File to C Array Converter?
Hi,
I am using a webpage to convert images to C-style header files: File to C Array Converter. It easily converts images to arrays of bytes. I use this method for projects on NodeMCU boards, but I'm facing issues with Raspberry Pi Pico. The bin2c tool doesn't properly convert my BMP files, and ssd1306_bmp_show_image_with_offset doesn’t display my image.
Is there a way to draw my image using the output from the File to C Array Converter?
My Example:
The text was updated successfully, but these errors were encountered: