I'm trying to get true accelerometer values from the Sense HAT. It works great if I don't use the set_rotation to properly orient the LED matrix. But, when I do use set_rotation to change from the default orientation, my accelerometer values switch up between x, y, and z randomly (at least from what I can guess). I'd like to be able to change the orientation of the LED matrix without effecting the accelerometer values. I'm using
x, y, z = sense.get_accelerometer_raw().values()
to get my accelerometer values. Any suggestions?
Thanks in advance!
