My program is for the Voyage 200 and I am using TiEmu and the OS image from Ti.
Ok so I am trying to build a periodic table program. I have built a typedef struct that will hold element data, as well as position data for each cell. I only have 2 elements in it so far, Hydrogen and Helium, however when I try and draw the cell for Helium (index 1), nothing happens, Hydrogen (index 0) works fine though.
I can't seem to figure out what is wrong. Here is a copy of my code http://pastebin.com/m7acbf7c7 Hopefully someone can help me.
Ok so I am trying to build a periodic table program. I have built a typedef struct that will hold element data, as well as position data for each cell. I only have 2 elements in it so far, Hydrogen and Helium, however when I try and draw the cell for Helium (index 1), nothing happens, Hydrogen (index 0) works fine though.
I can't seem to figure out what is wrong. Here is a copy of my code http://pastebin.com/m7acbf7c7 Hopefully someone can help me.

