I noticed that when running the examples, and clicking on the path, a dialog box apears. (With some info about the path..) Is there a similar widged availeble...
Stijn, The graying of the LCD you are seeing is a function of a META attribute. If you look at the link to the dialog box, you will see it is actually ...
I would like to send a message to my microprocessor (PIC16F877) when a button is pressed on the touch panel. What do I need to add to my html code to do so?...
Jessica, You need to implement the Amulet protocol on the PIC16F877 in order to communicate back and forth with an Amulet module. The Amulet protocol is...
Hi All, I have 3 function buttons on my page. (a Play, Stop and Record button) The 3 buttoms are set up as following : <applet code="FunctionButton.class"...
I want to set the baud rate to 19200 bps so i turn on switch 2 of the DIP switch and set the meta attribute to baud=19200. i also set the flash rate and uP...
... Note: I'm using only the new touch screens (BLUE LEDs backlight) and they do not have DIP switches. So the following comment may not apply to your problem....
Thank you for your help! I'm sorry I havent been back to this forum for quite a while, i didn't think anyone would be able to reply. Thanks again! -Jason...
I'm considering the new Amulet 3.8" display for an experimental aviation application, and am confused how the system would work if it can only be the master. ...
The Amulet can be both Master and Slave. The daytime visibility is very good and its very easy to adjust. Tomas ... __________________________________ Do you...
I'm not sure how deep into the documentation you went, but let me suggest a good starting point for you. Go to Welcome > Overview. That is definitely a 500...
Thanks for the clarification Jim. Immediately after hitting the 'send' button I realized my comments could have been interpreted differently than intended. I...
I would like to have buttons which toggle between 2 labels (since it will informed the micro to perform 2 different actions) when pressed. Hence I'm using the...
Jessica, I think you have 2 different options. It would appear that you have the button labels as images in closedButton.gif and openButton.gif. Using this...
Jessica, Bob had a couple of really good suggestions and here is one way of approaching Bob's first suggestion. Add an extra href function to the custom button...
I would like for my buttons to appear and disappear, while on the same page, when a particular button is in a certain state. For example, I would like the...
Jessica, Getting the "labelButton" to disappear and reappear is pretty straightforward. Disabling or greying out the "shutter1" button is a little more...
Bob, I do like to greyed out shutter1 when it is disabled. Thanks for your help. Jessica ... a ... button ... add ... also ... corresponding ... in ... the ......
Jessica, In order to get the "shutter1" button to appear greyed, you have to generate an image of the desired greyed shutter1 button and insert it in some...
Robert, Good post. I just wanted to add that with version 3.3 and above, you can actually encapsulate GreyedShutter1 in a <DIV>...</DIV> tag and absolutely ...
Hey, I'm having a problem getting all my objects to refresh. I have18 byte variable NumericValue widgets (updating every 2 seconds), 8 byte variable ...
qfingers, In your heading you list Slave Mode. So, does that mean that the Amulet is in slave mode and your linux processor is sending out the master messages...
I would like to execute 2 META tags only when 2 conditions are satisfied. 1) if InternalRAM.byte(22)=0 and InternalRAM.byte(34)=1, execute "ManualSequence" 2)...
Jessica, I have a number of questions for you, and possibly an answer for you depending upon how you answer my questions. 1) Both ManualSequence and...
Jim, In reply the the points you raised: 1) What I wanted was to execute either ManualSequence or PresetSequence and not both at the same time. 2) I do want...
In the HTML below the first refresh works however; the others do not. I know this because they do not call the Amulet:UART.byteValue(1). The button initializes...