Search found 20 matches

by Fredjer111
05 Jun 2014 08:26
Forum: Visual GLCD General
Topic: Declaration code
Replies: 2
Views: 2656

Re: Declaration code

Thank you for this information.
by Fredjer111
02 Jun 2014 13:42
Forum: Visual GLCD General
Topic: Declaration code
Replies: 2
Views: 2656

Declaration code

Best I'm using the visual GLCD and I have this code: #include "Testopstelling_objects.h" #include "Testopstelling_resources.h" // Here I can't declarate the code, the code disappear when I compile it. //--------------------- User code ---------------------// // Here I have an error when I put here t...
by Fredjer111
22 May 2014 12:19
Forum: Visual GLCD General
Topic: Automatic next screen
Replies: 3
Views: 2712

Re: Automatic next screen

Still an error: #include "Touchscreen_objects.h" #include "Touchscreen_resources.h" //--------------------- User code ---------------------// int array [20]; drawscreen(#keuze); Delay_ms(5000); //--------------------------------- //----------------- End of User code ------------------// // Event Han...
by Fredjer111
22 May 2014 09:48
Forum: Visual GLCD General
Topic: Automatic next screen
Replies: 3
Views: 2712

Automatic next screen

Hello

Is there a possibility to load te next screen automatic after a few seconds?

Thanks!
by Fredjer111
12 May 2014 13:59
Forum: Visual GLCD General
Topic: Automatic calibration
Replies: 4
Views: 3492

Re: Automatic calibration

and how can I do that with the code from above?

Thanks!
by Fredjer111
09 May 2014 10:47
Forum: Visual GLCD General
Topic: Automatic calibration
Replies: 4
Views: 3492

Re: Automatic calibration

That problem is solved! I would like to calibrate my screen once. When I reset my screen than I need to calibrate again. Can I save my calibration in the memory? Check my code: Touchscreen Main: /* * Project name: Touchscreen.vglcd * Generated by: Visual GLCD * Date of creation 8/05/2014 * Time of c...
by Fredjer111
09 May 2014 09:13
Forum: Visual GLCD General
Topic: Automatic calibration
Replies: 4
Views: 3492

Re: Automatic calibration

I'm using this code: void calibration() { TP_Get_Calibration_Consts(x_min, x_max, &y_min, &y_max); // Get calibration constants EEPROM_Write(0x30, Hi(x_min)); EEPROM_Write(0x31, Lo(x_min)); EEPROM_Write(0x32, Hi(x_max)); EEPROM_Write(0x33, Lo(x_max)); EEPROM_Write(0x34, Hi(y_min)); EEPROM_Write(0x35...
by Fredjer111
09 May 2014 08:54
Forum: Visual GLCD General
Topic: Automatic calibration
Replies: 4
Views: 3492

Automatic calibration

Best

I would like to calibrate my touchscreen automatic.
Is here a code for?
I'm using the SmartGLCD 240*128 HW REV.1.51.

Thanks!
by Fredjer111
09 May 2014 08:24
Forum: Visual GLCD General
Topic: TP_Get_Calibration_Consts
Replies: 3
Views: 3399

Re: TP_Get_Calibration_Consts

Hello

I have the same problem, I would like to get a automatic calibration.
I'm using the Visual GLCD 240*128 HW REV1.51

How can I automatic calibrate it?
by Fredjer111
09 May 2014 07:59
Forum: mikroC PRO for PIC General
Topic: Error making HEX-file MikroProg Suite
Replies: 6
Views: 1682

Re: Error making HEX-file MikroProg Suite

Ok thanks it's works fine! :D
by Fredjer111
09 May 2014 07:43
Forum: mikroC PRO for PIC General
Topic: Error making HEX-file MikroProg Suite
Replies: 6
Views: 1682

Re: Error making HEX-file MikroProg Suite

Compiler is v6.0.1 and Mikroprog Suite is v2.27
by Fredjer111
09 May 2014 07:29
Forum: mikroC PRO for PIC General
Topic: Error making HEX-file MikroProg Suite
Replies: 6
Views: 1682

Re: Error making HEX-file MikroProg Suite

Best I have another problem right now. I'm using the P18F87K22 with developmentbord SmartGLCD240x128_hw_rev_1.51. When I will compile my file it's opening in MikroC PRO for PIC. My frequentie is 48MHz. When I Build and program my code and i will make my hex-file then is an error. With this error the...
by Fredjer111
08 May 2014 10:15
Forum: Visual GLCD General
Topic: visualGlcd SmartGlcd_ver1.51 Not Working
Replies: 14
Views: 10870

Re: visualGlcd SmartGlcd_ver1.51 Not Working

I have the same problem.
I using the SmartGLCD240x128_hw_rev_1.51 and the Lib_T6963C.mcl

When I will save the Hex-file with mikroProg Suite than I have a error.
And I will send this bug report but it doesn't work...

Can You help me?

Thanks!
by Fredjer111
08 May 2014 08:54
Forum: mikroC PRO for PIC General
Topic: Error making HEX-file MikroProg Suite
Replies: 6
Views: 1682

Error making HEX-file MikroProg Suite

Hello I'm using the Smart GLCD touchscreen. I'm programming in Visual GLCD for my design and after that I click on compile. After that I will compile this code in MikroC PRO for pic. I click on Build and program the code. After that, the MikroProg Suite starts and here I will save my Hex-file. When ...

Go to advanced search