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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1066 - 1095 of 1568   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1066
Alex, Is there a reason you don't want to control the backlight via your Amulet, since it's already wired to do so? Ed...
Eduardo Sandoval
amulet_ed
Offline Send Email
Mar 1, 2006
2:44 pm
1067
Hello, Yesterday I had an email conversation with Jim Weber, who got me straightened out. For those curious, the answer is no, you cannot just hijack the SPI...
Alex Hoenig
iateyourrook
Offline Send Email
Mar 1, 2006
3:26 pm
1068
See my comments below. ... Yes, but we haven't updated it in a while so there may be some newer widgets missing from the toolbar. ... No. ... This is a good...
Eduardo Sandoval
amulet_ed
Offline Send Email
Mar 2, 2006
4:17 pm
1069
Anyone was thinking about connecting webcam to Amulet module kit (via some additional hard/firmware and Dynamic Image Widget or anything else)? Is it...
Makarov, Alexander
alexmstoelco
Offline Send Email
Mar 2, 2006
4:33 pm
1070
Alex, I would not recommend using the Dynamic Image Widget for this purpose. The Dynamic Image Widget saves the incoming image directly to the serial data ...
Jim Weber
amulet_weber
Offline Send Email
Mar 2, 2006
6:35 pm
1071
Is there an updated app note for the Rabbit yet? I just received my 5.7" starter kit and will be working with the rabbit in a few days. If anyone has some...
allsoft01a
Offline Send Email
Mar 8, 2006
5:20 am
1072
What is the maximum number of strings that can be saved to the Amulet LCD memory? I want to be able to let the user of my application scroll through a table...
kar8942_sk
Offline Send Email
Mar 15, 2006
4:22 pm
1073
Scott, I took the following snippet from our UART Protocol documentation: "When the Amulet is the slave, the external processor can read and write to "virtual...
Eduardo Sandoval
amulet_ed
Offline Send Email
Mar 15, 2006
6:11 pm
1074
Hi All! Is there any trick to have Amulet support multilanguage fonts? Regards, Alex...
mesalex_muroi
Offline Send Email
Mar 20, 2006
11:17 pm
1075
Do the amulet displays have unique serial numbers programmed into them? I have an application where I would like to detect displays being swapped between ...
Robert Smith
elboco
Offline Send Email
Mar 27, 2006
3:01 pm
1076
Bob, Amulet displays do not have unique serial numbers programmed into them. You can go ahead with the idea of using internal RAM strings to store unique...
Eduardo Sandoval
amulet_ed
Offline Send Email
Mar 27, 2006
4:42 pm
1077
We are using the Amulet 3.8" kit and wish to power and communicate through the 14 pin connector on the back. However, when we attempted to configure the board...
Codeman
codelaser
Online Now Send Email
Apr 11, 2006
8:27 pm
1078
Cody, You need to cut the traces between the JTXD and JRXD pads. Doing so will bring out the Amulet UART lines to pins 8 and 10 of the 14 pin connector. You...
Eduardo Sandoval
amulet_ed
Offline Send Email
Apr 11, 2006
9:03 pm
1079
Ed, Thank you for your quick response. I was afraid we would have to cut the traces. Was there some reason the jumpers were removed from this board and...
Codeman
codelaser
Online Now Send Email
Apr 11, 2006
9:50 pm
1080
Cody, I'm going to email you offline, so we can find out what is going on and we can always update the forum afterwards. Ed...
Eduardo Sandoval
amulet_ed
Offline Send Email
Apr 11, 2006
9:59 pm
1081
Hi, I use a LineGraph to plot weather data, and I usually have 96 data points that fills the whole width of the graph. Sometimes some of the leftmost data in...
tilde45
Offline Send Email
Apr 15, 2006
7:22 pm
1082
I have an application where the user enters numerical data into two seperate string fields. After the user enters the data into the string fields, he/she...
kar8942_sk
Offline Send Email
Apr 27, 2006
12:49 pm
1083
Scott, One thing you can do is keep track of 2 separate character counters, one for each string field. Increment or decrement the appropriate character counter...
Eduardo Sandoval
amulet_ed
Offline Send Email
Apr 27, 2006
5:26 pm
1084
How would I check the character count? Do you have any sample code? Thanks, Scott ... one ... made...
kar8942_sk
Offline Send Email
Apr 28, 2006
8:03 pm
1085
Scott, I'll send you some sample html source code offline. Ed...
Eduardo Sandoval
amulet_ed
Offline Send Email
Apr 28, 2006
8:08 pm
1086
Ed, Can you send the code to: karstetter(AT)gmail.com. Thanks, Scott ... character ... "Save" ... information ... pop-up...
kar8942_sk
Offline Send Email
May 1, 2006
5:32 pm
1087
Hello, I am attempting to display a numeric value as '1.', such as might appear as indexes of items in a list (i.e. numbered bullet items). Index values must...
Ross Johnson
ross_l_johnson
Offline Send Email
May 9, 2006
2:25 pm
1088
Hi Ross, The following: <PARAM NAME="printf" VALUE="%-2i."> will left justify the numeric field and since you're budgeting to display 2 characters (1-20), the...
Eduardo Sandoval
amulet_ed
Offline Send Email
May 9, 2006
3:55 pm
1089
Hi Ed, Thanks for the response. These are two formats which I have tried. Given that I am essentially creating bullet items, it would be far from conventional...
Ross Johnson
ross_l_johnson
Offline Send Email
May 10, 2006
1:02 am
1090
Hope this is a simple one. I have a couple of custom buttons on a screen, using up and down images in a toggle mode. When I switch to another screen to perform...
cyberlbar
Offline Send Email
May 12, 2006
7:47 pm
1091
1) Many ways. Just one of the easiest: return to another page with default 'down' image. You don't have to rewrite the code for whole page, just use <embed>...
Makarov, Alexander
alexmstoelco
Offline Send Email
May 12, 2006
8:27 pm
1092
Whenever possible, I like to use lone checkboxes with custom images. They allow you to have separate states unlike the custom buttons. You can use the...
s_bitdorf
Offline Send Email
May 12, 2006
10:33 pm
1093
Assuming that you are saving the button state in internal ram variable 1 bit 0, and that a value of 1 causes the button to be down and a value of 0 causes the ...
Robert Smith
elboco
Offline Send Email
May 15, 2006
2:41 pm
1094
What I want to do is place 3 buttons in the same place and have each one assert itself and not the others based on the value of an internal ram variable, but...
whodat67
Offline Send Email
May 18, 2006
12:51 pm
1095
Here are some suggestions and observations. I have not tested these, so I cannot vouch for the accuracy of the explanations. 1. Within each meta element, try...
Van Thomas Kurtz, PhD
zimmerman76blvd
Offline Send Email
May 18, 2006
1:49 pm
Messages 1066 - 1095 of 1568   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