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
in the rp2040 pico-sdk at https://github.com/raspberrypi/pico-examples.git
in the directory pico-examples/pio/st7789_lcd
there are two related files
raspberry_256x256.png
and
raspberry_256x256_rgb565.h
how was the file raspberry_256x256_rgb565.h generated, since the suggestions I've tried from our friendly LLMs don't seem to generate bytes that match the 16-bit RGB value in the .png file
I was guessing that the presence of both the .png and the .h image files would indicate that they were meant to indicate that one was derived from the other.
The text was updated successfully, but these errors were encountered:
in the rp2040 pico-sdk at https://github.com/raspberrypi/pico-examples.git
in the directory pico-examples/pio/st7789_lcd
there are two related files
raspberry_256x256.png
and
raspberry_256x256_rgb565.h
how was the file raspberry_256x256_rgb565.h generated, since the suggestions I've tried from our friendly LLMs don't seem to generate bytes that match the 16-bit RGB value in the .png file
I was guessing that the presence of both the .png and the .h image files would indicate that they were meant to indicate that one was derived from the other.
The text was updated successfully, but these errors were encountered: