1. Installed 1.6.7 IDE linux 64bit correctly. Works and compiles and sends test code. Code works on arduino.
2. Delete ALL libraries after installing IDE.
3. Created Webcontrol account.
4. Downloaded Ferduino with web control file ferduino_with_webcontrol_beta-master.zip
5. Copied contents of Bibliotecas into libraries folder as shown below
Code: Select all
drwxrwxr-x 2 jay jay 4096 Jul 16 19:40 base64
drwxrwxr-x 3 jay jay 4096 Jul 16 19:40 DallasTemperature
drwxrwxr-x 3 jay jay 4096 Jul 16 19:40 DS1307_HENNING
drwxrwxr-x 4 jay jay 4096 Jul 16 19:40 Ethernet
drwxrwxr-x 3 jay jay 4096 Jul 16 19:40 OneWire
drwxrwxr-x 3 jay jay 4096 Jul 16 19:40 PCF8575
drwxrwxr-x 3 jay jay 4096 Jul 16 19:40 RFM12B
drwxrwxr-x 4 jay jay 4096 Jul 16 19:40 SdFat
drwxrwxr-x 6 jay jay 4096 Jul 16 19:40 UTFT
drwxrwxr-x 3 jay jay 4096 Jul 16 19:40 UTouch
drwxrwxr-x 4 jay jay 4096 Jul 16 19:40 Wire
drwxrwxr-x 2 jay jay 4096 Jul 16 19:40 writeAnything
6. Edited DS1307_HENNING.h to use english, checked and double checked the file is syntactically correct and saved.
7. Okay so now I upload...
It uploads okay, but I have a white screen.
So I looked at previous posts I made last year some time, and added this line
Code: Select all
myGLCD(CTE50, 38,39,40,41);
This works fine with test code which draws random shapes, but under ferduino, I still have the same white screen..
Do you have any suggestions Fernando?
Best regards, and hoping to revive this code.. I built my aquarium around its functionality last year..

Jamie.