Search the web
Sign In
New User? Sign Up
Amulet · Amulet Easy GUI Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1271 - 1302 of 1571   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1271
We are presently using Ver 3.3.2 amulet OS software. The latest modules (complete with touch screen) coming from distribution are still Ver. 3.3.2. When will...
cyberlbar
Offline Send Email
Jul 3, 2007
8:42 pm
1272
You should always download your specific OS into any new modules first. The cleanest approach is to combine your project with the version of the OS you are...
Jim Weber
amulet_weber
Offline Send Email
Jul 3, 2007
9:23 pm
1275
Hi, I'm using a PIC processor with the CCS C compiler. I'm starting to write tx/rx interrupt routines. The RX code is working fine. The TX code is taken from a...
dongware
Offline Send Email
Jul 18, 2007
9:29 pm
1276
Don, I haven't played with the CCS C compiler, so I can't say whether fputc or putc will work, but I can say for certain that 0xA0,0x02,0xff,0xff,0x60 will...
Jim Weber
amulet_weber
Offline Send Email
Jul 19, 2007
12:56 am
1277
We have a rev. C 3.8" LCD and a rev. D LCD for our project. When comparing the rev. D LCD in an updated pcb board to an older version of our pcb board, the mA...
grasspuddle
Offline Send Email
Jul 19, 2007
1:09 pm
1278
Don, This is how I send a command to my LCD screen with CCS compiler: fprintf(LCD_UART,"%C%C%C%C% C",0xA0,0x02,0x00,0x26,0x38); //goto 'index.html' Its the...
grasspuddle
Offline Send Email
Jul 20, 2007
4:42 pm
1279
Thanks for the info. I got it working fine. I was using old code to write bytes individually and it was stopping on the NULL in the middle of the 'jump to'...
dongware
Offline Send Email
Jul 20, 2007
7:48 pm
1280
Hi, I can not find any graphic primitive that draws a circle on the display, are there any plans on including such a primitive ? Or is there any other way ?...
tilde45
Offline Send Email
Jul 23, 2007
10:17 am
1281
Thomas, No, we don't have a circle graphic primitive. How are you planning on using it? Can you use a circle graphic that was created at compile time? By using...
Jim Weber
amulet_weber
Offline Send Email
Jul 23, 2007
5:56 pm
1282
Hi Jim, That is a much better idea ! I wanted a symbol that depicts the Sun on its trajectory across the sky during different parts of the year, in different...
tilde45
Offline Send Email
Jul 23, 2007
11:17 pm
1283
Thomas, SetX and SetY can move the ImageSequence widget - for that matter, any object - anywhere on the screen. One of my screens has a contrast adjust slider...
Robert Smith
elboco
Offline Send Email
Jul 24, 2007
3:55 pm
1284
Thomas, The documentation has been updated since 2005, but only minimally. It's probably not worth re-printing it all out. One quick thing you can do is the...
Jim Weber
amulet_weber
Offline Send Email
Jul 24, 2007
5:52 pm
1285
Hi Bob, Thanks for the info! Do you have a way to call a funtion on a widget from an external processor ? I understand how to do a call from within a page on...
tilde45
Offline Send Email
Jul 25, 2007
7:58 pm
1286
Hi, Does Easy GUI browser chip support color LCDs? (What I have read is, this chip can be interfaced with monochrome LCDs) What will happen if I interface...
jasusvijay
Offline Send Email
Aug 14, 2007
4:03 am
1287
The existing GUI browser chip does not support color LCDs. It only works on single scan monochrome displays that do not already have an LCD controller on them....
Jim Weber
amulet_weber
Offline Send Email
Aug 14, 2007
5:24 pm
1288
Hi Jim, Can I interface Surface/projected touch screens with Amulet chip. If yes, do you have some application notes on this? Thanks, Ajab. ... works on single...
jasusvijay
Offline Send Email
Aug 21, 2007
8:30 am
1289
Ajab, The Amulet chip only directly supports four-wire analog touchpanels. That is, the Amulet chip interfaces to the Burr-Brown ADS7846 via SPI, which is a...
Jim Weber
amulet_weber
Offline Send Email
Aug 21, 2007
4:28 pm
1290
I have 2 programs which are very similar. They both use boot.ini files. I set the variables to something different and use the savetoflash() command. One LCD...
grasspuddle
Offline Send Email
Aug 21, 2007
8:13 pm
1291
gp, It sounds like the saving to flash is working on one display but not the other, is that correct? The only thing, not counting a bug in your software, that...
Jim Weber
amulet_weber
Offline Send Email
Aug 21, 2007
8:35 pm
1292
Hi, What happens if I interface a external PC Touch screen to SPI port. Might be using SPI-UART converter. Will Amulet detect/support projected Capacitive...
jasusvijay
Offline Send Email
Aug 24, 2007
9:20 am
1293
Ajab, The Amulet uses the SPI port to talk to the Burr Brown ADS7846 4-wire touchpanel, but that is the only device we have drivers for. So, unless your...
Jim Weber
amulet_weber
Offline Send Email
Aug 24, 2007
5:11 pm
1294
Hi all, I mucked up my reflashing code in Dynamic C the other day and sent off a couple of packets of all null characters to the Amulet in the ...
fairy_dave
Offline Send Email
Aug 26, 2007
3:56 am
1295
Hi, We've received new boards from our vendor that are not able to upload the pdb files. In looking at the boards, the difference seems to be that the ones...
martinjpla
Offline Send Email
Sep 9, 2007
1:25 pm
1296
John, There is an app note regarding the circuit changes required when changing over to the -E part. The URL is: ...
Jim Weber
amulet_weber
Offline Send Email
Sep 10, 2007
5:09 pm
1297
Hello, I am trying to run the AmuletProgrammer software on my desktop computer under Windows XP. The motivation is that I want to simulate a touchscreen...
Kaufman, Seth
skaufman@...
Send Email
Oct 9, 2007
5:49 pm
1298
Seth, My guess is that you just need the JVM installed. Unfortunately, I had left some of the old security features in the installation program that shouldn't...
Jim Weber
amulet_weber
Offline Send Email
Oct 9, 2007
6:08 pm
1299
Jim, Thank you - that fixed it. The JVM install now works, and the AmuletProgrammer loads and functions correctly. Regards, Seth Kaufman ...
Kaufman, Seth
skaufman@...
Send Email
Oct 9, 2007
6:17 pm
1300
Ok, if I have a 16 bit number where 0x0000 - 0x7FFF are positive numbers and 0x8000 - 0xFFFF are negative numbers as they are represented in my...
p3dhd
Offline Send Email
Nov 15, 2007
10:30 pm
1301
Hi! I'm working on a project that uses a microcontroller acting as a Rs232 slave to update a total of 51 displayed parameters on the display. I'm having a...
cdarilek2000
Offline Send Email
Nov 16, 2007
6:51 pm
1302
You can display negative numbers by use of the minFld and maxFld parameters in your widget. If this is regular 2's compliment you need to modify the word...
amulet_deters
Offline Send Email
Nov 16, 2007
8:09 pm
Messages 1271 - 1302 of 1571   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help