So I've spent the past couple hours working on the code for the UI some more and I almost have the UI ready for anyone who wants a sneak peak at how it looks and works. I haven't adding anything to do with the internet yet as I haven't looked into that too much yet.
I am hoping to be able to post the code to test out the UI on my google code page by Thanksgiving Day at the latest. For anyone who is interested and does test it out I would love to hear you comments on how to improve the layout and about any bugs you may find.
What you will need,
1) Arduino Mega 2560
2) 3.2" LCD Screen (if your model differs from mine, just change the
initiation of the UTFT class. "UTFTtf myGLCD(ITDB32S, 38, 39, 40, 41);"
to your lcd controller number.
3)Sd card connected to your arduino's SPI pins (50, 51, 52, 53)
4)DS1307 RTC connected to SDA (pin 20) and SCL (21)
5) TMP36 temp sensors to pin A6 and or A7
The program will run with or without the RTC and temp sensors but you will only see an error screen if you do not have an SD Card connected and formatted to the FAT16 file format. You will also have to download all the .raw screens and place them in the root of your sd card.
You will also have to download the libraries from the site and place them into your arduino libraries folder.
The google code site is
http://code.google.com/p/reef-aquarium-controller/