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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 542 - 571 of 1571   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
542
I want to interface my rabbit RCM3200 with the 5.7 Amulet LCD. The common interface bewteen the two processors is SPI. How do I go about using SPI from the...
Harold Goodrich
hgoodric
Offline Send Email
May 5, 2004
8:17 pm
543
Serial works good also, cant give the code away but I made a serial lib for the rabbit and let the amulet be the master over a weekend. Matt Linder ...
Matt Linder
linder2010
Offline Send Email
May 5, 2004
8:48 pm
544
Here is the excerpt from the RCM3200 User guide. So they are capable of async RS232. Are you using an RCM3200? 2.2 Serial Communication The RCM3200 board does...
Harold Goodrich
hgoodric
Offline Send Email
May 5, 2004
9:05 pm
545
Hi everyone, We have just got a very nice enclosure made for our amulet 5.7" touch screen and we thought you might like to see what can be done. Adam....
Adam Wacey
adamwacey
Offline Send Email
May 7, 2004
4:22 pm
546
Adam, Nice enclosure! Can they be purchased? If so, how much? Ed ... touch screen and we thought you might like to see what can be done....
amulet_ed
Offline Send Email
May 7, 2004
4:35 pm
547
Hi Adam, I am curious about the enclosure. What are the dimensions of the whole thing? Are you planning to sell those? Thanks, Ryan Garner ... From: Adam...
Ryan Garner
ryangarner20...
Offline Send Email
May 7, 2004
5:13 pm
548
Hi Jim, I need help with invokeRPC. I want to use it the first time but I can only find usage examples in the documentation. Some questions that pop into my...
Uri Sabadosh
sabadosh
Offline Send Email
May 7, 2004
6:05 pm
549
Uri, I know you meant this as a direct question to me, but you bring up a good point that could be of use to others. I don't really see any true explanation of...
Jim Weber
amulet_weber
Offline Send Email
May 7, 2004
7:10 pm
550
I have two customButtons, button1 and button2. I would like to change the image that is displayed on button1 by pressing button2, is that possible? So if my...
tomek_wr
Offline Send Email
May 7, 2004
8:52 pm
551
Tomas, It sounds like a radio button group might be your best choice here. You might not be aware, but you are able to provide your own images for radio ...
Jim Weber
amulet_weber
Offline Send Email
May 7, 2004
9:00 pm
552
Hi I'we been trying some weeks with programming my Easy GUI 5,7 lcd at get it to communicate with an Atmega 128 micro processor (from Atmel) and I have some...
andhen
Offline Send Email
May 8, 2004
10:44 am
553
I have a group consisting of two radio buttons. Each radio button has a sequence of three functions, seperated by ";", so that they are not all called during a...
tomek_wr
Offline Send Email
May 10, 2004
1:56 pm
554
Henrik, My first suggestion is to download a very powerful and flexible terminal program called Docklight. You can download it from www.docklight.de You can...
Jim Weber
amulet_weber
Offline Send Email
May 10, 2004
4:03 pm
555
Tomas, Unfortunately, we don't have a command that will do that. It's a good idea, so I'll put it on the wants list, but that won't help you right now. But, I...
Jim Weber
amulet_weber
Offline Send Email
May 10, 2004
4:39 pm
556
Hi Jim, Thanks, your reply explains my questions, except one thing. What is the value (character) of the opcode byte in the invokeRPC string. Uri ... From: Jim...
Uri Sabadosh
sabadosh
Offline Send Email
May 10, 2004
6:25 pm
557
Uri, The invoke RPC opcode is 0xD8. For example, if you have the following href: Amulet:UART.invokeRPC(0x12) The following would be sent out. ...
Jim Weber
amulet_weber
Offline Send Email
May 10, 2004
6:38 pm
558
I have an application which needs to be easily changed while in the field. I am including as many screens as universal as I can make them, however I know that...
Chris Sprague
cspragueias
Offline Send Email
May 10, 2004
7:55 pm
559
Hi, I've gotten several requests regarding how one can simulate a clock using an Amulet module, so I created a simple example which uses 4 meta tags to keep...
amulet_ed
Offline Send Email
May 11, 2004
7:57 pm
560
Group, Is is possible to place a widget over another widget? For instance, I want to place a string field widget in the middle of an image sequence widget....
E
clambako
Offline Send Email
May 11, 2004
11:02 pm
561
I would like to suggest the following additional methods for the internal ram. 1. mod operator to implement the modulus function Example :...
jtvolpe
Offline Send Email
May 12, 2004
7:51 pm
562
Is there a way to copy a large block of ram from one location to another like the block initialization command: InternalRAM.byte(112-127)= 5 I would like to...
davidmittmann
Offline Send Email
May 12, 2004
11:31 pm
563
hi, we are working on a project with 2 robots from http://www.fischertechnik.com/ , and with embedded Java controllers from http://www.systronix.com/. We would...
tottissimo10
Offline Send Email
May 14, 2004
9:40 am
564
Has anyone come up with an elegant solution to implementing auditory feedback like a beep, everytime a valid link or button is pushed on the touchscreen,...
davidmittmann
Offline Send Email
May 14, 2004
7:58 pm
565
I'm trying to make a FunctionButton.class button disappear depending on a value returned from a microcontroller and was wondering how I can make it work...
Chris Sprague
cspragueias
Offline Send Email
May 24, 2004
2:48 pm
566
Chris, Your META looks okay on the surface, and I just tried modifying an existing page so that one of the object names is now '1' and it works okay. Can you...
Jim Weber
amulet_weber
Offline Send Email
May 24, 2004
6:20 pm
567
Docklight Aficionados, Version 1.4 is now available and you you can go download or upgrade your copy of Docklight by visiting: ...
amulet_ed
Offline Send Email
May 24, 2004
9:02 pm
568
Is it possible to change more than one update rate with a check box? Trying following code: </APPLET> <applet code="CheckBox.class" width="90" height="20" ...
Chris Sprague
cspragueias
Offline Send Email
May 25, 2004
3:51 pm
569
Chris, Good question. There is a problem with using two setUpdateRate() methods in a widget where the intrinsic value can change. This is probably going to be...
Jim Weber
amulet_weber
Offline Send Email
May 25, 2004
5:10 pm
570
David, As of right now, there are no internal commands to handle copying a large block of RAM. I can definitely see how it would be handy, so I will keep it in...
Jim Weber
amulet_weber
Offline Send Email
May 25, 2004
6:27 pm
571
Ian, As you probably have figured out by now, it is true that you cannot use layers in your Amulet pages. The only exception to that is that you can lay down a...
Jim Weber
amulet_weber
Offline Send Email
May 25, 2004
6:33 pm
Messages 542 - 571 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