If the display (or its associated circuitry) was damaged by my removing it from the breakout board, would it likely result in this or similar behavior? Or is this glitch more likely to be originating from the Arduino itself? I haven't tried all of the sensors nor all the capabilities of the Arduino itself, but of the things I have tried, this is the only one that I am certain is malfunctioning.
I bought the Arduino and the sensor kit from the official site, in case you're wondering.
In the error pane at the bottom of the IDE window. the following was displayed after uploading:
WARNING: library Arduino_Sensorkit claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
Sketch uses 11243 bytes (23%) of program storage space. Maximum is 48640 bytes.
Global variables use 621 bytes (10%) of dynamic memory, leaving 5523 bytes for local variables. Maximum is 6144 bytes.
avrdude: WARNING: invalid value for unused bits in fuse "fuse5", should be set to 1 according to datasheet
This behaviour is deprecated and will result in an error in future version
You probably want to use 0xcd instead of 0xc9 (double check with your datasheet first).
Is this the expected behavior: "Value:" alternating between 1000 and 2300?
My WiFi router being next to my computer, I thought maybe its signal could be causing interference, so I took the Arduino (and display) to the other side of my room and powered it using an AC adapter, which resulted in the above behavior. However, after turning off the router and connecting the Arduino to the computer, the (previous) erroneous behavior resumed.