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...
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 ...
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...
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....
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...
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, 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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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....
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...
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...
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,...
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, 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...
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, 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...
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...
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...