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 1286 - 1315 of 1565   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1303
Chris, You are requesting so much information at one time you are filling up the UART buffer, so those extra byte requests just get thrown out. I put in a...
amulet_deters
Offline Send Email
Nov 17, 2007
12:12 am
1304
I have hit this waring condition: WARNING: Due to the size of at least one page, InternalRAM.string(0)-InternalRAMString(5) should not be used. I am not sure...
mccoy_web
Offline Send Email
Nov 21, 2007
8:15 am
1305
As a follow-up I have discovered that I have the 4Mbit flash by checking the Atmel part numbers on there website (45DB041B). What is the max size of a page ?...
mccoy_web
Offline Send Email
Nov 22, 2007
12:33 am
1306
Our customer has a request. They want the amulet to display an image of a label which is in raster format in our controller's memory. I have scanned through...
cyberlbar
Offline Send Email
Nov 26, 2007
2:33 pm
1307
Bob, As of version 3.3.5, the current max size for an individual page stored in the serial data flash is 7717 (0x1E25) bytes. If your page is larger than that,...
Jim Weber
amulet_weber
Offline Send Email
Nov 26, 2007
6:06 pm
1308
Excellent - that fixed it!...
cdarilek2000
Offline Send Email
Nov 27, 2007
9:18 pm
1309
What do I need to do about this warning? --> <Compiling OSCheck.html> <Compiling SW-0091.htm> WARNING: Page overflows 598 bytes into InternalRAM string area. ...
cdarilek2000
Offline Send Email
Nov 27, 2007
9:20 pm
1310
What is the easiest way to enable a user to toggle the backlight? I tried using a slider widget but it seemed the backlight would only toggle if I moved the...
cdarilek2000
Offline Send Email
Nov 27, 2007
10:34 pm
1311
Answered already, few threads back. (Should have looked around a bit before posting.) Thanks! Chris ... ...
cdarilek2000
Offline Send Email
Nov 28, 2007
2:23 pm
1312
I have a group of radio buttons to set resolution or what digit I will increment when I use the increment/decrament. The radio button sets an internal word...
mccoy_web
Offline Send Email
Nov 29, 2007
10:36 am
1313
Bob, You need to have 4 extra parameters in your radio buttons: internalNumber, initialCondition, initHref, and add a function to your HREF. Below I have...
amulet_deters
Offline Send Email
Nov 29, 2007
7:45 pm
1314
I have a page with function buttons that I have not imlemented pages to go to yet. I would like to have the buttons there but when pressed I would prefer they...
mccoy_web
Offline Send Email
Dec 3, 2007
5:35 pm
1315
I just can't figure out this stuff using the supplied examples. Can someone write me a simple single page with 3 buttons? Each button just sends out a...
steven_first_2001
steven_first...
Offline Send Email
Dec 11, 2007
10:51 pm
Messages 1286 - 1315 of 1565   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