Help with code

Need help dont know where to start

i have got the ardunio 328 and these two items now

http://www.nuelectronics.com/estore/index.php?main_page=product_info&cPath=1&products_id=20

http://www.nuelectronics.com/estore/index.php?main_page=product_info&cPath=1&products_id=18

and the arduino 328 board need the code attached to work on my unit using the rtc on the sensor board and the touch lcd all the code attached needs amending any offers/help ?

Thank you

Kev

krusduino_r14.pde (45.7 KB)

So what's the problem? Does that sketch not run?


Rob

How do i copy all the errors and post them up i have around 100 errors

How do i copy all the errors and post them up i have around 100 errors

You don't. Normally the problem is in the first few lines, say a file that couldn't be found.

Post the first 20-30 lines.

Meanwhile, do you have these files?

#include "nokia_3310_lcd.h"

#include "whiteblue_bmp.h"
#include "time_bmp.h"
#include "degC_bmp.h"
#include "degF_bmp.h"


Rob

yes i have all of them but i guess i need to remove them from the program as i have a 2.4" colour touch lcd with touch screen, also need to remove the rtc from that program as i have an datalogger with built in rtc which code i need to include

some of the errors

messenger h: No such file or directory
error nokia 3310 h no such file or directory
error nokia 3310 lcd h does not name a type
in function viod set up ()
error "message" was not decelerated in this scope

the attached if around 1/2 of the errors

errors.docx (404 KB)

does any one know where i can get a nokia 3310 screen with joystick nuelectronics has sold out

same as this one
http://www.nuelectronics.com/estore/index.php?main_page=product_info&products_id=12

Kev