Subversion Repositories HomeAutomation

Rev

Rev 763 | Rev 1018 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 763 Rev 812
Line 201... Line 201...
201
               
201
               
202
                switch(sns_type)
202
                switch(sns_type)
203
                {
203
                {
204
                case SNS_TYPE_TEMPERATURE:
204
                case SNS_TYPE_TEMPERATURE:
205
                    sensor_Temperature = rxMsg.Data.words[0];
205
                    sensor_Temperature = rxMsg.Data.words[0];
-
 
206
                    for (jxa = 0; jxa< 8; jxa++){
-
 
207
                        glcdSetXY(0,jxa);
-
 
208
                        for (ixa = 0; ixa < 128; ixa++){
-
 
209
                            glcdWriteData((uint8_t)pgm_read_byte((uint16_t)&Splash_left+ixa+jxa*128));
-
 
210
                        }
-
 
211
                    }
206
                   
212
                   
207
 
213
 
208
 
214
 
209
                    char buffer[20];   
215
                    char buffer[20];   
210
 
216