Search found 1013 matches

by milan
23 Nov 2010 13:19
Forum: Visual GLCD General
Topic: Where is the problem?
Replies: 24
Views: 13546

Re: Where is the problem?

Hi, I reproduced your hw connections on BIGPIC6 and code is working (project is in the attachment, boards file contains board "test" with your connections) I only changed Init code to this ADCON1=0x0D; TRISA=3; First try hex from the attachment with your HW - if it isn't working then problem is prob...
by milan
22 Nov 2010 13:00
Forum: Visual GLCD General
Topic: Where is the problem?
Replies: 24
Views: 13546

Re: Where is the problem?

Hi, Use Manual Calibration first. After you are sure that calibration is OK - you can avoid calibration code by choosing Automatic calibration and entering calibration values for your hardware (After manual calibration use TP_Get_Calibration_Consts routine to get Calibration Constants for your displ...
by milan
19 Nov 2010 12:29
Forum: Visual GLCD General
Topic: Where is the problem?
Replies: 24
Views: 13546

Re: Where is the problem?

Hi,
Vineyards wrote: 1- Configure two analog inputs for ReadX and ReadY.
2- Configure DriveA and DriveB pins as digital outputs.
3- Disable comparators.
4- Start ADC.
That should be enough. We will reproduce your situation on our HW and try the code.
by milan
17 Nov 2010 17:04
Forum: Visual GLCD General
Topic: Where is the problem?
Replies: 24
Views: 13546

Re: Where is the problem?

Hi, you submitted a very complex project - so guys from support couldn't help you. If you want to get help with complex project on forum or support do the following : - Describe your HW : BigPIC4 PIC18F8722 @ 10MHz Touch Panel : ReadX=RA0, ReadY=RA1, DriveA=RF0, DriveB=RF1 Toshiba conections : ??? -...
by milan
16 Nov 2010 15:05
Forum: Visual GLCD General
Topic: Mikrobasic pro and chips
Replies: 9
Views: 4946

Re: Mikrobasic pro and chips

Hi,

we reproduced the situation and we are working on the solution right now.
Sorry for the inconvenience :(

Solution will be included in the next version of Visual GLCD :
We are adding code generation for SPI_Glcd and SPI_T6963C library - and new version should be released very very soon.
by milan
15 Nov 2010 16:30
Forum: mikroPascal PRO for AVR Beta Testing
Topic: IDE --> AVRFlash bug?
Replies: 2
Views: 3419

Re: IDE --> AVRFlash bug?

Hi, problem fixed. Fix will be included in next release. Compiler developers listed options like in the datasheet table, starting from BOOTSZ1:BOOTSZ0 = 11 http://www.atmel.com/dyn/resources/prod_documents/doc2549.PDF#page=328 Programmer developers listed options starting from lowest value BOOTSZ1:B...
by milan
15 Nov 2010 16:16
Forum: mikroBasic PRO for PIC Beta Testing
Topic: MB 4.00 beta : Edit Project / Config Bits
Replies: 2
Views: 2811

Re: MB 4.00 beta : Edit Project / Config Bits

Hi,

problem fixed.
Fix will be included in next release.
by milan
15 Nov 2010 15:54
Forum: Visual GLCD General
Topic: Mikrobasic pro and chips
Replies: 9
Views: 4946

Re: Mikrobasic pro and chips

Hi,

I don't know what it could be. Please send me some project (zipped folder) from your PC
together with Visual GLCD and MikroPascal Pro for PIC installation paths to milan[at]mikroe.com
by milan
03 Nov 2010 12:48
Forum: Visual GLCD General
Topic: Error with the visual GLCD
Replies: 2
Views: 1961

Re: Error with the visual GLCD

Hi, look at the first error : "width" is not valid identifier that caused all the other errors. In mikroBasic PRO for PIC version 3.80 "width" was the keyword. In the last version, "width" is removed from the keywords list. Just upgrade your compiler to the latest version and error will disappear. (...
by milan
29 Oct 2010 08:57
Forum: Visual GLCD General
Topic: Where is the problem?
Replies: 24
Views: 13546

Re: Where is the problem?

@Vineyards I am sorry to hear that :( If you want to buy some of the recent boards you don't have to move to 40pin systems. BIGPIC4 successors also have Touch Panel: http://www.mikroe.com/eng/products/view/300/bigpic6-development-system/ Anyway, we will help you to run TP on your BIGPIC4 board, let...
by milan
28 Oct 2010 16:23
Forum: Visual GLCD General
Topic: Where is the problem?
Replies: 24
Views: 13546

Re: Where is the problem?

@ULTRASONICELECTRONIC EasyPIC5 has Touch Panel, so it will be much easier to test it than BIGPIC4. Create a ticket on our Support Desk, make small project that demonstrates the problem, zip the folder and attach it to your ticket. @Vineyards Any progress ? You can send us the project too. Since you...
by milan
28 Oct 2010 07:52
Forum: Visual GLCD General
Topic: Where is the problem?
Replies: 24
Views: 13546

Re: Where is the problem?

Hi, your values seem to be good. Try to press TP in the middle of the surface and call GetCoordinates like in my previous post. If you are interested in TP operation principles, read this article http://www.mikroe.com/eng/products/view/272/touchscreen-article/ Article is short but effective, it expl...
by milan
27 Oct 2010 11:07
Forum: Visual GLCD General
Topic: Where is the problem?
Replies: 24
Views: 13546

Re: Where is the problem?

Hi, it looks like TP reading problem (probably setting MCU registers or hardware connections). Try simple code first, then make it more complex. Do a simple TP calibration, then press the TP and read the coordinates Use functions TP_Press_Detect, TP_Get_Coordinates and code like this: if (TP_Press_D...
by milan
27 Oct 2010 07:54
Forum: Visual GLCD General
Topic: Where is the problem?
Replies: 24
Views: 13546

Re: Where is the problem?

Hi, The compiler issues loads of "Implicit conversion of int to ptr 3_driver.c" warnings but it compiles without any errors. You don't have to worry about this. Now that calibration works why don't buttons work too? It looks like the calibration block is executed, but with wrong readings. Try to cal...
by milan
25 Oct 2010 13:02
Forum: Visual GLCD Wish List
Topic: Disableing touch panel
Replies: 2
Views: 3390

Re: Disableing touch panel

Hi, this option is added right now. It will be included in the next release of Visual GLCD. We are preparing new release (few weeks from now), our plans are to : - include Epson S1D13700 glcd controller - fulfill some of the user's wishes. This is a faster release, we can't fulfill them all, I hope ...

Go to advanced search