And it worked, the temperature was around 24°C in a classroom.
But afterwards I used the code from repaper and it doesn't need any temperature.
Well the repaper-code is setting the temp fix to 25.
I tried your code, but i don't get any readings from my sensor. A look into the datasheet of the lm75b revealed that temperature is stored in two bytes. Your line of code " Wire.requestFrom(address, 1);" cannot work as it should request two bytes. Maybe you have another temp chip on your board??
I managed to squeeze three custom .xbm pictures onto my Leonardo. I'll have to get me a sd shield (SparkFun microSD Transflash Breakout - BOB-00544 - SparkFun Electronics) for more space ;( This means i have to multiplex the ssel pin, cause i'm running out of pins free...
For my matrix problem, I already got a NFC shield, because I'm sending data with an Android Application by the NFC transmission to Arduino, and I'm trying to display those information. And if I get a new shield, I will have problems with my chip selects.
Do you think there are no other possibilities?
Is it possible to write on an .xbm file?
I guess this needs a lot of changes in the current code. The image is stored at the beginning of the code with the PROGMEM statement. You could try to overwrite the .xbm file on runtime and see what happens. I'm not familiar with the progmem stuff - so I have to trial and error my way ![]()