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...
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...
Anyone was thinking about connecting webcam to Amulet module kit (via some additional hard/firmware and Dynamic Image Widget or anything else)? Is it...
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 ...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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>...
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...
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 ...
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...
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...