Ignore:
Timestamp:
01/04/15 17:43:49 (8 years ago)
Author:
Stephan
Message:

[oled] symbol for streaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinfunc.h

    r31995 r32089  
    194194                }
    195195
     196///streaming png
     197        char* getoledstreaming(struct skin* node, char* path)
     198                {
     199                        char* tmpstr = NULL;
     200
     201                        if(status.streaming > 0)
     202                        {
     203                                tmpstr = ostrcat("oled_streaming.png", NULL, 0, 0);
     204
     205                                if(path != NULL)
     206                                        tmpstr = ostrcat("/", tmpstr, 0, 1);
     207                                tmpstr = ostrcat(path, tmpstr, 0, 1);
     208                        }
     209               
     210                        return tmpstr;
     211                }
     212
    196213#endif
    197214
Note: See TracChangeset for help on using the changeset viewer.