I selected an MP3 from my mini SD card - presumably this is ok even tho it said not supported? BTW, where are the default ring tone(s)? - I should have remembered the folder.
I'd love the color scheme to cycle through the colors with corner light on and then off. I like the green but w/o the LED on. Can this be achieved?
BTW, I really like the green display. It seems like it would be good to be able to set any avaialble color to either bright or night setting (with or w/o unit's LED on).
moods = [{"name":"Off","image":pygame.image.load(path + "m_0.png"), "color":(0,0,0), "nightColor":(0,0,250)}, {"name":"Yellow","image":pygame.image.load(path + "m_yello.png"), "color":(250,125,0), "nightColor":(250,200, 0)}, {"name":"Blue","image":pygame.image.load(path + "m_blue.png"), "color":(0,0,250), "nightColor":(0,0,250)}, {"name":"Red","image":pygame.image.load(path + "m_red.png"), "color":(250,0,0), "nightColor":(240,0,0)}, {"name":"Purple","image":pygame.image.load(path + "m_purpl.png"), "color":(250,0,125), "nightColor":(220,0,160)}, {"name":"Green","image":pygame.image.load(path + "m_green.png"), "color":(0, 250,0), "nightColor":(0,220,0)}]
#################### OLD CODE ######################################### # Everything below this point is obsolete, it's just here temporarily # for reference!! #######################################################################