My name is Jamie.
Firstly, Fernando, thank you so much for your amazing contribution to the reef keeping hobby. After keeping planted aquariums with my own controllers I have decided to build my first reef tank, I was going to modofy Jarduino, but as you will see from this post, I knew in advance, that I would stuggle heavilly to implement pretty much everything Ferduino offers, including ATO and Automatic Water Change.
Your code is amazing, so I must thank you sincerely right now as I have not found an area to leave my respect and to introduce myself.
I am attempting to build a Ferduino controller.
I have a chinese clone Mega 2560, TFT/SD/Touch shield and 5.0 800x480 Sainsmart TFT LCD.
I have connected them up, tested the UTouch examples and they compiled and uploaded.
I am having trouble with compiling and uploading Ferduino_English.ino from Ferduino_English_master.zip
I am using Arduino IDE 1.5.8
Connectivity between Arduino and IDE is OK.
I have always used arduino IDE on my own laptop which I use ubuntu linux exclusively, but for this, I decided instead of messing my personal library, I would create a fresh install on a my partners laptop with Windows 7 to follow the video exactly.
Following the video. I have removed all libraries from the Program Files(x86)/Arduino/Libraries/ folder and replaced them with all of the library folders contained in /Bibliotecas/
I then opened up Ferduino_English.ino into IDE, all the tabs loaded up correctly, I made changes to the UTFT variable for the Sainsmart 5.0 LCD as follows:
Code: Select all
myGLCD(ITDB50, 38,39,40,41)
I proceeded to uploaded, when I was met with the following report.
Code: Select all
Arduino: 1.5.8 (Windows 7), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
A_Textos.ino:81:1: error: 'prog_char' does not name a type
A_Textos.ino:82:1: error: 'prog_char' does not name a type
A_Textos.ino:83:1: error: 'prog_char' does not name a type
A_Textos.ino:84:1: error: 'prog_char' does not name a type
A_Textos.ino:85:1: error: 'prog_char' does not name a type
A_Textos.ino:86:1: error: 'prog_char' does not name a type
A_Textos.ino:87:1: error: 'prog_char' does not name a type
A_Textos.ino:88:1: error: 'prog_char' does not name a type
A_Textos.ino:89:1: error: 'prog_char' does not name a type
A_Textos.ino:90:1: error: 'prog_char' does not name a type
A_Textos.ino:91:1: error: 'prog_char' does not name a type
A_Textos.ino:92:1: error: 'prog_char' does not name a type
A_Textos.ino:93:1: error: 'prog_char' does not name a type
A_Textos.ino:94:1: error: 'prog_char' does not name a type
A_Textos.ino:95:1: error: 'prog_char' does not name a type
A_Textos.ino:96:1: error: 'prog_char' does not name a type
A_Textos.ino:97:1: error: 'prog_char' does not name a type
A_Textos.ino:98:1: error: 'prog_char' does not name a type
A_Textos.ino:99:1: error: 'prog_char' does not name a type
A_Textos.ino:100:1: error: 'prog_char' does not name a type
A_Textos.ino:101:1: error: 'prog_char' does not name a type
A_Textos.ino:102:1: error: 'prog_char' does not name a type
A_Textos.ino:103:1: error: 'prog_char' does not name a type
A_Textos.ino:104:1: error: 'prog_char' does not name a type
A_Textos.ino:105:1: error: 'prog_char' does not name a type
A_Textos.ino:106:1: error: 'prog_char' does not name a type
A_Textos.ino:107:1: error: 'prog_char' does not name a type
A_Textos.ino:108:1: error: 'prog_char' does not name a type
A_Textos.ino:109:1: error: 'prog_char' does not name a type
A_Textos.ino:110:1: error: 'prog_char' does not name a type
A_Textos.ino:111:1: error: 'prog_char' does not name a type
A_Textos.ino:112:1: error: 'prog_char' does not name a type
A_Textos.ino:113:1: error: 'prog_char' does not name a type
A_Textos.ino:114:1: error: 'prog_char' does not name a type
A_Textos.ino:115:1: error: 'prog_char' does not name a type
A_Textos.ino:116:1: error: 'prog_char' does not name a type
A_Textos.ino:117:1: error: 'prog_char' does not name a type
A_Textos.ino:118:1: error: 'prog_char' does not name a type
A_Textos.ino:119:1: error: 'prog_char' does not name a type
A_Textos.ino:120:1: error: 'prog_char' does not name a type
A_Textos.ino:121:1: error: 'prog_char' does not name a type
A_Textos.ino:122:1: error: 'prog_char' does not name a type
A_Textos.ino:123:1: error: 'prog_char' does not name a type
A_Textos.ino:124:1: error: 'prog_char' does not name a type
A_Textos.ino:125:1: error: 'prog_char' does not name a type
A_Textos.ino:126:1: error: 'prog_char' does not name a type
A_Textos.ino:127:1: error: 'prog_char' does not name a type
A_Textos.ino:128:1: error: 'prog_char' does not name a type
A_Textos.ino:129:1: error: 'prog_char' does not name a type
A_Textos.ino:130:1: error: 'prog_char' does not name a type
A_Textos.ino:131:1: error: 'prog_char' does not name a type
A_Textos.ino:132:1: error: 'prog_char' does not name a type
A_Textos.ino:133:1: error: 'prog_char' does not name a type
A_Textos.ino:134:1: error: 'prog_char' does not name a type
A_Textos.ino:135:1: error: 'prog_char' does not name a type
A_Textos.ino:136:1: error: 'prog_char' does not name a type
A_Textos.ino:137:1: error: 'prog_char' does not name a type
A_Textos.ino:138:1: error: 'prog_char' does not name a type
A_Textos.ino:139:1: error: 'prog_char' does not name a type
A_Textos.ino:140:1: error: 'prog_char' does not name a type
A_Textos.ino:141:1: error: 'prog_char' does not name a type
A_Textos.ino:142:1: error: 'prog_char' does not name a type
A_Textos.ino:143:1: error: 'prog_char' does not name a type
A_Textos.ino:144:1: error: 'prog_char' does not name a type
A_Textos.ino:145:1: error: 'prog_char' does not name a type
A_Textos.ino:146:1: error: 'prog_char' does not name a type
A_Textos.ino:147:1: error: 'prog_char' does not name a type
A_Textos.ino:148:1: error: 'prog_char' does not name a type
A_Textos.ino:149:1: error: 'prog_char' does not name a type
A_Textos.ino:150:1: error: 'prog_char' does not name a type
A_Textos.ino:151:1: error: 'prog_char' does not name a type
A_Textos.ino:152:1: error: 'prog_char' does not name a type
A_Textos.ino:153:1: error: 'prog_char' does not name a type
A_Textos.ino:154:1: error: 'prog_char' does not name a type
A_Textos.ino:155:1: error: 'prog_char' does not name a type
A_Textos.ino:156:1: error: 'prog_char' does not name a type
A_Textos.ino:157:1: error: 'prog_char' does not name a type
A_Textos.ino:158:1: error: 'prog_char' does not name a type
A_Textos.ino:159:1: error: 'prog_char' does not name a type
A_Textos.ino:160:1: error: 'prog_char' does not name a type
A_Textos.ino:161:1: error: 'prog_char' does not name a type
A_Textos.ino:162:1: error: 'prog_char' does not name a type
A_Textos.ino:163:1: error: 'prog_char' does not name a type
A_Textos.ino:164:1: error: 'prog_char' does not name a type
A_Textos.ino:165:1: error: 'prog_char' does not name a type
A_Textos.ino:166:1: error: 'prog_char' does not name a type
A_Textos.ino:167:1: error: 'prog_char' does not name a type
A_Textos.ino:168:1: error: 'prog_char' does not name a type
A_Textos.ino:169:1: error: 'prog_char' does not name a type
A_Textos.ino:170:1: error: 'prog_char' does not name a type
A_Textos.ino:171:1: error: 'prog_char' does not name a type
A_Textos.ino:172:1: error: 'prog_char' does not name a type
A_Textos.ino:173:1: error: 'prog_char' does not name a type
A_Textos.ino:174:1: error: 'prog_char' does not name a type
A_Textos.ino:175:1: error: 'prog_char' does not name a type
A_Textos.ino:176:1: error: 'prog_char' does not name a type
A_Textos.ino:177:1: error: 'prog_char' does not name a type
A_Textos.ino:178:1: error: 'prog_char' does not name a type
A_Textos.ino:179:1: error: 'prog_char' does not name a type
A_Textos.ino:180:1: error: 'prog_char' does not name a type
A_Textos.ino:181:1: error: 'prog_char' does not name a type
A_Textos.ino:182:1: error: 'prog_char' does not name a type
A_Textos.ino:183:1: error: 'prog_char' does not name a type
A_Textos.ino:184:1: error: 'prog_char' does not name a type
A_Textos.ino:185:1: error: 'prog_char' does not name a type
A_Textos.ino:186:1: error: 'prog_char' does not name a type
A_Textos.ino:187:1: error: 'prog_char' does not name a type
A_Textos.ino:188:1: error: 'prog_char' does not name a type
A_Textos.ino:189:1: error: 'prog_char' does not name a type
A_Textos.ino:190:1: error: 'prog_char' does not name a type
A_Textos.ino:191:1: error: 'prog_char' does not name a type
A_Textos.ino:192:1: error: 'prog_char' does not name a type
A_Textos.ino:193:1: error: 'prog_char' does not name a type
A_Textos.ino:194:1: error: 'prog_char' does not name a type
A_Textos.ino:195:1: error: 'prog_char' does not name a type
A_Textos.ino:196:1: error: 'prog_char' does not name a type
A_Textos.ino:197:1: error: 'prog_char' does not name a type
A_Textos.ino:198:1: error: 'prog_char' does not name a type
A_Textos.ino:199:1: error: 'prog_char' does not name a type
A_Textos.ino:200:1: error: 'prog_char' does not name a type
A_Textos.ino:201:1: error: 'prog_char' does not name a type
A_Textos.ino:202:1: error: 'prog_char' does not name a type
A_Textos.ino:203:1: error: 'prog_char' does not name a type
A_Textos.ino:204:1: error: 'prog_char' does not name a type
A_Textos.ino:205:1: error: 'prog_char' does not name a type
A_Textos.ino:206:1: error: 'prog_char' does not name a type
A_Textos.ino:207:1: error: 'prog_char' does not name a type
A_Textos.ino:208:1: error: 'prog_char' does not name a type
A_Textos.ino:209:1: error: 'prog_char' does not name a type
A_Textos.ino:210:1: error: 'prog_char' does not name a type
A_Textos.ino:211:1: error: 'prog_char' does not name a type
A_Textos.ino:212:1: error: 'prog_char' does not name a type
A_Textos.ino:213:1: error: 'prog_char' does not name a type
A_Textos.ino:214:1: error: 'prog_char' does not name a type
A_Textos.ino:215:1: error: 'prog_char' does not name a type
A_Textos.ino:216:1: error: 'prog_char' does not name a type
A_Textos.ino:217:1: error: 'prog_char' does not name a type
A_Textos.ino:218:1: error: 'prog_char' does not name a type
A_Textos.ino:219:1: error: 'prog_char' does not name a type
A_Textos.ino:220:1: error: 'prog_char' does not name a type
A_Textos.ino:221:1: error: 'prog_char' does not name a type
A_Textos.ino:222:1: error: 'prog_char' does not name a type
A_Textos.ino:223:1: error: 'prog_char' does not name a type
A_Textos.ino:224:1: error: 'prog_char' does not name a type
A_Textos.ino:225:1: error: 'prog_char' does not name a type
A_Textos.ino:226:1: error: 'prog_char' does not name a type
A_Textos.ino:227:1: error: 'prog_char' does not name a type
A_Textos.ino:228:1: error: 'prog_char' does not name a type
A_Textos.ino:229:1: error: 'prog_char' does not name a type
A_Textos.ino:230:1: error: 'prog_char' does not name a type
A_Textos.ino:231:1: error: 'prog_char' does not name a type
A_Textos.ino:232:1: error: 'prog_char' does not name a type
A_Textos.ino:233:1: error: 'prog_char' does not name a type
A_Textos.ino:234:1: error: 'prog_char' does not name a type
A_Textos.ino:235:1: error: 'prog_char' does not name a type
A_Textos.ino:236:1: error: 'prog_char' does not name a type
A_Textos.ino:237:1: error: 'prog_char' does not name a type
A_Textos.ino:238:1: error: 'prog_char' does not name a type
A_Textos.ino:239:1: error: 'prog_char' does not name a type
A_Textos.ino:240:1: error: 'prog_char' does not name a type
A_Textos.ino:241:1: error: 'prog_char' does not name a type
A_Textos.ino:242:1: error: 'prog_char' does not name a type
A_Textos.ino:243:1: error: 'prog_char' does not name a type
A_Textos.ino:244:1: error: 'prog_char' does not name a type
A_Textos.ino:245:1: error: 'prog_char' does not name a type
A_Textos.ino:246:1: error: 'prog_char' does not name a type
A_Textos.ino:247:1: error: 'prog_char' does not name a type
A_Textos.ino:248:1: error: 'prog_char' does not name a type
A_Textos.ino:249:1: error: 'prog_char' does not name a type
A_Textos.ino:250:1: error: 'prog_char' does not name a type
A_Textos.ino:251:1: error: 'prog_char' does not name a type
A_Textos.ino:252:1: error: 'prog_char' does not name a type
A_Textos.ino:253:1: error: 'prog_char' does not name a type
A_Textos.ino:254:1: error: 'prog_char' does not name a type
A_Textos.ino:255:1: error: 'prog_char' does not name a type
A_Textos.ino:256:1: error: 'prog_char' does not name a type
A_Textos.ino:257:1: error: 'prog_char' does not name a type
In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:28:0,
from C:\Program Files (x86)\Arduino\libraries\UTFT/UTFT.h:83,
from Ferduino_English.ino:44:
A_Textos.ino:260:23: error: variable 'tabela_textos' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
A_Textos.ino:262:3: error: 'texto0' was not declared in this scope
A_Textos.ino:262:11: error: 'texto1' was not declared in this scope
A_Textos.ino:262:19: error: 'texto2' was not declared in this scope
A_Textos.ino:262:27: error: 'texto3' was not declared in this scope
A_Textos.ino:262:35: error: 'texto4' was not declared in this scope
A_Textos.ino:262:43: error: 'texto5' was not declared in this scope
A_Textos.ino:262:51: error: 'texto6' was not declared in this scope
A_Textos.ino:262:59: error: 'texto7' was not declared in this scope
A_Textos.ino:263:3: error: 'texto8' was not declared in this scope
A_Textos.ino:263:11: error: 'texto9' was not declared in this scope
A_Textos.ino:263:19: error: 'texto10' was not declared in this scope
A_Textos.ino:263:28: error: 'texto11' was not declared in this scope
A_Textos.ino:263:37: error: 'texto12' was not declared in this scope
A_Textos.ino:263:46: error: 'texto13' was not declared in this scope
A_Textos.ino:263:55: error: 'texto14' was not declared in this scope
A_Textos.ino:263:64: error: 'texto15' was not declared in this scope
A_Textos.ino:264:3: error: 'texto16' was not declared in this scope
A_Textos.ino:264:12: error: 'texto17' was not declared in this scope
A_Textos.ino:264:21: error: 'texto18' was not declared in this scope
A_Textos.ino:264:30: error: 'texto19' was not declared in this scope
A_Textos.ino:264:39: error: 'texto20' was not declared in this scope
A_Textos.ino:264:48: error: 'texto21' was not declared in this scope
A_Textos.ino:264:57: error: 'texto22' was not declared in this scope
A_Textos.ino:264:66: error: 'texto23' was not declared in this scope
A_Textos.ino:265:3: error: 'texto24' was not declared in this scope
A_Textos.ino:265:12: error: 'texto25' was not declared in this scope
A_Textos.ino:265:21: error: 'texto26' was not declared in this scope
A_Textos.ino:265:30: error: 'texto27' was not declared in this scope
A_Textos.ino:265:39: error: 'texto28' was not declared in this scope
A_Textos.ino:265:48: error: 'texto29' was not declared in this scope
A_Textos.ino:265:57: error: 'texto30' was not declared in this scope
A_Textos.ino:265:66: error: 'texto31' was not declared in this scope
A_Textos.ino:266:3: error: 'texto32' was not declared in this scope
A_Textos.ino:266:12: error: 'texto33' was not declared in this scope
A_Textos.ino:266:21: error: 'texto34' was not declared in this scope
A_Textos.ino:266:30: error: 'texto35' was not declared in this scope
A_Textos.ino:266:39: error: 'texto36' was not declared in this scope
A_Textos.ino:266:48: error: 'texto37' was not declared in this scope
A_Textos.ino:266:57: error: 'texto38' was not declared in this scope
A_Textos.ino:266:66: error: 'texto39' was not declared in this scope
A_Textos.ino:267:3: error: 'texto40' was not declared in this scope
A_Textos.ino:267:12: error: 'texto41' was not declared in this scope
A_Textos.ino:267:21: error: 'texto42' was not declared in this scope
A_Textos.ino:267:30: error: 'texto43' was not declared in this scope
A_Textos.ino:267:39: error: 'texto44' was not declared in this scope
A_Textos.ino:267:48: error: 'texto45' was not declared in this scope
A_Textos.ino:267:57: error: 'texto46' was not declared in this scope
A_Textos.ino:267:66: error: 'texto47' was not declared in this scope
A_Textos.ino:268:3: error: 'texto48' was not declared in this scope
A_Textos.ino:268:12: error: 'texto49' was not declared in this scope
A_Textos.ino:268:21: error: 'texto50' was not declared in this scope
A_Textos.ino:268:31: error: 'texto51' was not declared in this scope
A_Textos.ino:268:40: error: 'texto52' was not declared in this scope
A_Textos.ino:268:49: error: 'texto53' was not declared in this scope
A_Textos.ino:268:58: error: 'texto54' was not declared in this scope
A_Textos.ino:268:67: error: 'texto55' was not declared in this scope
A_Textos.ino:269:3: error: 'texto56' was not declared in this scope
A_Textos.ino:269:12: error: 'texto57' was not declared in this scope
A_Textos.ino:269:21: error: 'texto58' was not declared in this scope
A_Textos.ino:269:30: error: 'texto59' was not declared in this scope
A_Textos.ino:269:39: error: 'texto60' was not declared in this scope
A_Textos.ino:269:48: error: 'texto61' was not declared in this scope
A_Textos.ino:269:57: error: 'texto62' was not declared in this scope
A_Textos.ino:269:66: error: 'texto63' was not declared in this scope
A_Textos.ino:270:3: error: 'texto64' was not declared in this scope
A_Textos.ino:270:12: error: 'texto65' was not declared in this scope
A_Textos.ino:270:21: error: 'texto66' was not declared in this scope
A_Textos.ino:270:30: error: 'texto67' was not declared in this scope
A_Textos.ino:270:39: error: 'texto68' was not declared in this scope
A_Textos.ino:270:48: error: 'texto69' was not declared in this scope
A_Textos.ino:270:57: error: 'texto70' was not declared in this scope
A_Textos.ino:270:66: error: 'texto71' was not declared in this scope
A_Textos.ino:271:3: error: 'texto72' was not declared in this scope
A_Textos.ino:271:12: error: 'texto73' was not declared in this scope
A_Textos.ino:271:21: error: 'texto74' was not declared in this scope
A_Textos.ino:271:30: error: 'texto75' was not declared in this scope
A_Textos.ino:271:39: error: 'texto76' was not declared in this scope
A_Textos.ino:271:48: error: 'texto77' was not declared in this scope
A_Textos.ino:271:57: error: 'texto78' was not declared in this scope
A_Textos.ino:271:66: error: 'texto79' was not declared in this scope
A_Textos.ino:272:3: error: 'texto80' was not declared in this scope
A_Textos.ino:272:12: error: 'texto81' was not declared in this scope
A_Textos.ino:272:21: error: 'texto82' was not declared in this scope
A_Textos.ino:272:30: error: 'texto83' was not declared in this scope
A_Textos.ino:272:39: error: 'texto84' was not declared in this scope
A_Textos.ino:272:48: error: 'texto85' was not declared in this scope
A_Textos.ino:272:57: error: 'texto86' was not declared in this scope
A_Textos.ino:272:66: error: 'texto87' was not declared in this scope
A_Textos.ino:273:3: error: 'texto88' was not declared in this scope
A_Textos.ino:273:12: error: 'texto89' was not declared in this scope
A_Textos.ino:273:21: error: 'texto90' was not declared in this scope
A_Textos.ino:273:30: error: 'texto91' was not declared in this scope
A_Textos.ino:273:39: error: 'texto92' was not declared in this scope
A_Textos.ino:273:48: error: 'texto93' was not declared in this scope
A_Textos.ino:273:57: error: 'texto94' was not declared in this scope
A_Textos.ino:273:66: error: 'texto95' was not declared in this scope
A_Textos.ino:274:3: error: 'texto96' was not declared in this scope
A_Textos.ino:274:12: error: 'texto97' was not declared in this scope
A_Textos.ino:274:21: error: 'texto98' was not declared in this scope
A_Textos.ino:274:30: error: 'texto99' was not declared in this scope
A_Textos.ino:274:39: error: 'texto100' was not declared in this scope
A_Textos.ino:274:49: error: 'texto101' was not declared in this scope
A_Textos.ino:274:59: error: 'texto102' was not declared in this scope
A_Textos.ino:274:69: error: 'texto103' was not declared in this scope
A_Textos.ino:275:3: error: 'texto104' was not declared in this scope
A_Textos.ino:275:13: error: 'texto105' was not declared in this scope
A_Textos.ino:275:23: error: 'texto106' was not declared in this scope
A_Textos.ino:275:33: error: 'texto107' was not declared in this scope
A_Textos.ino:275:43: error: 'texto108' was not declared in this scope
A_Textos.ino:275:53: error: 'texto109' was not declared in this scope
A_Textos.ino:275:63: error: 'texto110' was not declared in this scope
A_Textos.ino:276:3: error: 'texto111' was not declared in this scope
A_Textos.ino:276:13: error: 'texto112' was not declared in this scope
A_Textos.ino:276:23: error: 'texto113' was not declared in this scope
A_Textos.ino:276:33: error: 'texto114' was not declared in this scope
A_Textos.ino:276:43: error: 'texto115' was not declared in this scope
A_Textos.ino:276:53: error: 'texto116' was not declared in this scope
A_Textos.ino:276:63: error: 'texto117' was not declared in this scope
A_Textos.ino:277:3: error: 'texto118' was not declared in this scope
A_Textos.ino:277:13: error: 'texto119' was not declared in this scope
A_Textos.ino:277:23: error: 'texto120' was not declared in this scope
A_Textos.ino:277:33: error: 'texto121' was not declared in this scope
A_Textos.ino:277:43: error: 'texto122' was not declared in this scope
A_Textos.ino:277:53: error: 'texto123' was not declared in this scope
A_Textos.ino:277:63: error: 'texto124' was not declared in this scope
A_Textos.ino:278:3: error: 'texto125' was not declared in this scope
A_Textos.ino:278:13: error: 'texto126' was not declared in this scope
A_Textos.ino:278:23: error: 'texto127' was not declared in this scope
A_Textos.ino:278:33: error: 'texto128' was not declared in this scope
A_Textos.ino:278:43: error: 'texto129' was not declared in this scope
A_Textos.ino:278:53: error: 'texto130' was not declared in this scope
A_Textos.ino:278:63: error: 'texto131' was not declared in this scope
A_Textos.ino:279:3: error: 'texto132' was not declared in this scope
A_Textos.ino:279:13: error: 'texto133' was not declared in this scope
A_Textos.ino:279:23: error: 'texto134' was not declared in this scope
A_Textos.ino:279:33: error: 'texto135' was not declared in this scope
A_Textos.ino:279:43: error: 'texto136' was not declared in this scope
A_Textos.ino:279:53: error: 'texto137' was not declared in this scope
A_Textos.ino:279:63: error: 'texto138' was not declared in this scope
A_Textos.ino:280:3: error: 'texto139' was not declared in this scope
A_Textos.ino:280:13: error: 'texto140' was not declared in this scope
A_Textos.ino:280:23: error: 'texto141' was not declared in this scope
A_Textos.ino:280:33: error: 'texto142' was not declared in this scope
A_Textos.ino:280:43: error: 'texto143' was not declared in this scope
A_Textos.ino:280:53: error: 'texto144' was not declared in this scope
A_Textos.ino:280:63: error: 'texto145' was not declared in this scope
A_Textos.ino:281:3: error: 'texto146' was not declared in this scope
A_Textos.ino:281:13: error: 'texto147' was not declared in this scope
A_Textos.ino:281:23: error: 'texto148' was not declared in this scope
A_Textos.ino:281:33: error: 'texto149' was not declared in this scope
A_Textos.ino:281:43: error: 'texto150' was not declared in this scope
A_Textos.ino:281:53: error: 'texto151' was not declared in this scope
A_Textos.ino:281:63: error: 'texto152' was not declared in this scope
A_Textos.ino:282:3: error: 'texto153' was not declared in this scope
A_Textos.ino:282:13: error: 'texto154' was not declared in this scope
A_Textos.ino:282:23: error: 'texto155' was not declared in this scope
A_Textos.ino:282:33: error: 'texto156' was not declared in this scope
A_Textos.ino:282:43: error: 'texto157' was not declared in this scope
A_Textos.ino:282:53: error: 'texto158' was not declared in this scope
A_Textos.ino:282:63: error: 'texto159' was not declared in this scope
A_Textos.ino:283:3: error: 'texto160' was not declared in this scope
A_Textos.ino:283:13: error: 'texto161' was not declared in this scope
A_Textos.ino:283:23: error: 'texto162' was not declared in this scope
A_Textos.ino:283:33: error: 'texto163' was not declared in this scope
A_Textos.ino:283:43: error: 'texto164' was not declared in this scope
A_Textos.ino:283:53: error: 'texto165' was not declared in this scope
A_Textos.ino:283:63: error: 'texto166' was not declared in this scope
A_Textos.ino:284:3: error: 'texto167' was not declared in this scope
A_Textos.ino:284:13: error: 'texto168' was not declared in this scope
A_Textos.ino:284:23: error: 'texto169' was not declared in this scope
A_Textos.ino:284:33: error: 'texto170' was not declared in this scope
A_Textos.ino:284:43: error: 'texto171' was not declared in this scope
A_Textos.ino:284:53: error: 'texto172' was not declared in this scope
A_Textos.ino:284:63: error: 'texto173' was not declared in this scope
A_Textos.ino:285:3: error: 'texto174' was not declared in this scope
A_Textos.ino:285:13: error: 'texto175' was not declared in this scope
A_Textos.ino:285:23: error: 'texto176' was not declared in this scope
A_Textos.ino:285:33: error: 'texto177' was not declared in this scope
A_Textos.ino:285:43: error: 'texto178' was not declared in this scope
A_Textos.ino:285:53: error: 'texto179' was not declared in this scope
A_Textos.ino:285:63: error: 'texto180' was not declared in this scope
A_Textos.ino:286:3: error: 'texto181' was not declared in this scope
A_Textos.ino:286:13: error: 'texto182' was not declared in this scope
A_Textos.ino:286:23: error: 'texto183' was not declared in this scope
A_Textos.ino:286:33: error: 'texto184' was not declared in this scope
A_Textos.ino:286:43: error: 'texto185' was not declared in this scope
A_Textos.ino:286:53: error: 'texto186' was not declared in this scope
A_Textos.ino:286:63: error: 'texto187' was not declared in this scope
A_Textos.ino:287:3: error: 'texto188' was not declared in this scope
A_Textos.ino:287:13: error: 'texto189' was not declared in this scope
A_Textos.ino:287:23: error: 'texto190' was not declared in this scope
A_Textos.ino:287:33: error: 'texto191' was not declared in this scope
A_Textos.ino:287:43: error: 'texto192' was not declared in this scope
A_Textos.ino:287:53: error: 'texto193' was not declared in this scope
A_Textos.ino:287:63: error: 'texto194' was not declared in this scope
A_Textos.ino:288:3: error: 'texto195' was not declared in this scope
A_Textos.ino:288:13: error: 'texto196' was not declared in this scope
A_Textos.ino:288:23: error: 'texto197' was not declared in this scope
A_Textos.ino:288:33: error: 'texto198' was not declared in this scope
A_Textos.ino:288:43: error: 'texto199' was not declared in this scope
A_Textos.ino:288:53: error: 'texto200' was not declared in this scope
A_Textos.ino:288:63: error: 'texto201' was not declared in this scope
A_Textos.ino:289:3: error: 'texto202' was not declared in this scope
A_Textos.ino:289:13: error: 'texto203' was not declared in this scope
A_Textos.ino:289:23: error: 'texto204' was not declared in this scope
A_Textos.ino:289:33: error: 'texto205' was not declared in this scope
A_Textos.ino:289:43: error: 'texto206' was not declared in this scope
A_Textos.ino:289:53: error: 'texto207' was not declared in this scope
A_Textos.ino:289:63: error: 'texto208' was not declared in this scope
A_Textos.ino:290:3: error: 'texto209' was not declared in this scope
A_Textos.ino:290:13: error: 'texto210' was not declared in this scope
A_Textos.ino:290:23: error: 'texto211' was not declared in this scope
A_Textos.ino:290:33: error: 'texto212' was not declared in this scope
A_Textos.ino:290:43: error: 'texto213' was not declared in this scope
A_Textos.ino:290:53: error: 'texto214' was not declared in this scope
A_Textos.ino:290:63: error: 'texto215' was not declared in this scope
A_Textos.ino:291:3: error: 'texto216' was not declared in this scope
A_Textos.ino:291:13: error: 'texto217' was not declared in this scope
A_Textos.ino:291:23: error: 'texto218' was not declared in this scope
A_Textos.ino:291:33: error: 'texto219' was not declared in this scope
A_Textos.ino:291:43: error: 'texto220' was not declared in this scope
A_Textos.ino:291:53: error: 'texto221' was not declared in this scope
A_Textos.ino:291:63: error: 'texto222' was not declared in this scope
A_Textos.ino:292:3: error: 'texto223' was not declared in this scope
A_Textos.ino:292:13: error: 'texto224' was not declared in this scope
A_Textos.ino:292:23: error: 'texto225' was not declared in this scope
A_Textos.ino:292:33: error: 'texto226' was not declared in this scope
A_Textos.ino:292:43: error: 'texto227' was not declared in this scope
A_Textos.ino:292:53: error: 'texto228' was not declared in this scope
A_Textos.ino:292:63: error: 'texto229' was not declared in this scope
A_Textos.ino:293:3: error: 'texto230' was not declared in this scope
A_Textos.ino:293:13: error: 'texto231' was not declared in this scope
A_Textos.ino:293:23: error: 'texto232' was not declared in this scope
A_Textos.ino:293:33: error: 'texto233' was not declared in this scope
A_Textos.ino:293:43: error: 'texto234' was not declared in this scope
A_Textos.ino:293:53: error: 'texto235' was not declared in this scope
A_Textos.ino:293:63: error: 'texto236' was not declared in this scope
A_Textos.ino:294:3: error: 'texto237' was not declared in this scope
A_Textos.ino:294:13: error: 'texto238' was not declared in this scope
A_Textos.ino:294:23: error: 'texto239' was not declared in this scope
A_Textos.ino:294:33: error: 'texto240' was not declared in this scope
A_Textos.ino:294:43: error: 'texto241' was not declared in this scope
A_Textos.ino:294:53: error: 'texto242' was not declared in this scope
A_Textos.ino:294:63: error: 'texto243' was not declared in this scope
A_Textos.ino:295:3: error: 'texto244' was not declared in this scope
A_Textos.ino:295:13: error: 'texto245' was not declared in this scope
A_Textos.ino:295:23: error: 'texto246' was not declared in this scope
A_Textos.ino:295:33: error: 'texto247' was not declared in this scope
A_Textos.ino:295:43: error: 'texto248' was not declared in this scope
A_Textos.ino:295:53: error: 'texto249' was not declared in this scope
A_Textos.ino:295:63: error: 'texto250' was not declared in this scope
A_Textos.ino:296:3: error: 'texto251' was not declared in this scope
A_Textos.ino:296:13: error: 'texto252' was not declared in this scope
A_Textos.ino:296:23: error: 'texto253' was not declared in this scope
A_Textos.ino:296:33: error: 'texto254' was not declared in this scope
A_Textos.ino:296:43: error: 'texto255' was not declared in this scope
A_Textos.ino:296:53: error: 'texto256' was not declared in this scope
In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:28:0,
from C:\Program Files (x86)\Arduino\libraries\UTFT/UTFT.h:83,
from Ferduino_English.ino:44:
A_Textos.ino:299:28: error: variable 'tabela_textos_fase' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
A_Textos.ino:308:1: error: 'prog_char' does not name a type
A_Textos.ino:309:1: error: 'prog_char' does not name a type
A_Textos.ino:310:1: error: 'prog_char' does not name a type
A_Textos.ino:311:1: error: 'prog_char' does not name a type
A_Textos.ino:312:1: error: 'prog_char' does not name a type
A_Textos.ino:313:1: error: 'prog_char' does not name a type
A_Textos.ino:314:1: error: 'prog_char' does not name a type
A_Textos.ino:315:1: error: 'prog_char' does not name a type
A_Textos.ino:316:1: error: 'prog_char' does not name a type
A_Textos.ino:317:1: error: 'prog_char' does not name a type
A_Textos.ino:318:1: error: 'prog_char' does not name a type
A_Textos.ino:319:1: error: 'prog_char' does not name a type
A_Textos.ino:320:1: error: 'prog_char' does not name a type
A_Textos.ino:321:1: error: 'prog_char' does not name a type
A_Textos.ino:322:1: error: 'prog_char' does not name a type
A_Textos.ino:323:1: error: 'prog_char' does not name a type
A_Textos.ino:324:1: error: 'prog_char' does not name a type
A_Textos.ino:325:1: error: 'prog_char' does not name a type
A_Textos.ino:326:1: error: 'prog_char' does not name a type
A_Textos.ino:327:1: error: 'prog_char' does not name a type
A_Textos.ino:328:1: error: 'prog_char' does not name a type
A_Textos.ino:329:1: error: 'prog_char' does not name a type
In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:28:0,
from C:\Program Files (x86)\Arduino\libraries\UTFT/UTFT.h:83,
from Ferduino_English.ino:44:
A_Textos.ino:331:20: error: variable 'nome_canal' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
A_Textos.ino:333:3: error: 'nomecanal0' was not declared in this scope
A_Textos.ino:333:15: error: 'nomecanal1' was not declared in this scope
A_Textos.ino:333:27: error: 'nomecanal2' was not declared in this scope
A_Textos.ino:333:39: error: 'nomecanal3' was not declared in this scope
A_Textos.ino:333:51: error: 'nomecanal4' was not declared in this scope
A_Textos.ino:333:63: error: 'nomecanal5' was not declared in this scope
A_Textos.ino:334:3: error: 'nomecanal6' was not declared in this scope
A_Textos.ino:334:15: error: 'nomecanal7' was not declared in this scope
A_Textos.ino:334:27: error: 'nomecanal8' was not declared in this scope
A_Textos.ino:334:39: error: 'nomecanal9' was not declared in this scope
A_Textos.ino:334:51: error: 'nomecanal10' was not declared in this scope
A_Textos.ino:334:64: error: 'nomecanal11' was not declared in this scope
A_Textos.ino:335:3: error: 'nomecanal12' was not declared in this scope
A_Textos.ino:335:16: error: 'nomecanal13' was not declared in this scope
A_Textos.ino:335:29: error: 'nomecanal14' was not declared in this scope
A_Textos.ino:335:42: error: 'nomecanal15' was not declared in this scope
A_Textos.ino:335:55: error: 'nomecanal16' was not declared in this scope
A_Textos.ino:335:67: error: 'nomecanal17' was not declared in this scope
A_Textos.ino:336:3: error: 'nomecanal18' was not declared in this scope
A_Textos.ino:336:16: error: 'nomecanal19' was not declared in this scope
A_Textos.ino:336:29: error: 'nomecanal20' was not declared in this scope
A_Textos.ino:336:42: error: 'nomecanal21' was not declared in this scope
Cosm.ino: In function 'void cosm()':
Cosm.ino:4:31: error: no matching function for call to 'EtherCard::dnsLookup(char [13])'
Cosm.ino:4:31: note: candidate is:
In file included from Ferduino_English.ino:54:0:
C:\Program Files (x86)\Arduino\libraries\ethercard/EtherCard.h:175:15: note: static bool EtherCard::dnsLookup(int*, bool)
static bool dnsLookup (prog_char* name, bool fromRam =false);
^
C:\Program Files (x86)\Arduino\libraries\ethercard/EtherCard.h:175:15: note: no known conversion for argument 1 from 'char [13]' to 'int*'
Error compiling.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Currently all I have is the Mega, TFT and a DS1307 not wired up.
Could this be due to me not having the rest of the required hardware including the W1500 Ethernet module, connected to the Mega?
I feel I am missing something significant.

Can somebody perhaps point me in the right direction please?
Thanks so much in advance.
Jamie.
Edit: I would like to add, I have also tried willie111/ferduino-7.0 which is actually the version I would like. Upon compiling and uploading I get the following message:
Code: Select all
Arduino: 1.5.8 (Windows 7), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
RusFont1.c:8:9: error: variable 'RusFont1' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
uint8_t RusFont1[764] PROGMEM={
^
Error compiling.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
I followed the same proceedure as in the video, except I used the code from github.com/willie111/Ferduino-7.0, copied the libraries over to a clean library folder, made the changes for the LCD, and attemped to upload.
I feel so silly, I must be missing something minor, but I am lost amongst these error messages.
