I wish to save the current page I am on so when it is powered up, it returns to the last screen used. I have accomplished this, but have been unsuccessfully...
I see what you're trying to do, but unfortunately, I can't think of a better way of handling it. The single meta would be a much more elegant solution, but at...
I thought this might be the case. In terms of space saving, I have already used the precision to trim what I could, the big cost is the number of metas (up to...
My program has a function button with dynamic label. <applet code="FunctionButton.class" width="80" height="30" align="top" name="coolButton"> <param...
That does seem strange that the behavior of this page would change simply by re-programming the flash. I don't have an answer for you as to why that would...
I used internalRAM meta during compile time. <META NAME="initInternalRAM" SRC="inautoValue.ini"> ... simply by ... that ... Are you ... or are ... setting the...
All: I'm using a string field within a box with a border. I'm using pixel shimming to better center the string, and Amulet Sans Serif font 5. When the program...
I think you are using a proportional font. Use a non-proportional font where each character has a fixed field width regardless of the character width. Uri ... ...
Dave, The problem is that your StringField height is too short for the Amulet Sans Serif font size 5. That font has a character height of 26 pixels, so your ...
Hello everyone, This is my first amulet project. I would like to control the backlight of my amulet board (starter kit) from a microcontroller through the SPI...
I have a quick question about the Dreamweaver extension plugin (amuletMX.mxp). Are the plugins toolbar and the associated dialogs only used for inserting NEW...
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...