I just started testing out some python code for the Sense HAT, running some basic commands, but it does not seem to be producing the correct results. Here are a couple examples:
-Using sense.set_pixel will color the entire row every time, not matter which coordinate or color I set
-Using sense.show_message appears to just show scrolling boxes instead of letters. It gets the # of letters correctly but every character is just a box.
This is on a brand new Raspberry Pi 3 B+ and Sense HAT.
Thanks!