Hello, I would like to have an external microprocessor draw graphic primitives on the LCD. When I send graphic primitive commands to the LCD from a terminal...
Amir, Have you tried looking at what your Atmel mega128 is sending out by replacing the Amulet with a terminal emulator? If the one you are using doesn't do a...
It has been awhile since I have written code for the Amulet. I upgraded to the latest Beta OS because I can really use the new MUL, DIV, AND, and OR functions...
I didn't see any responses to this. Is there a dummyproof field update utility for flashing the Amulet? I actually like the idea of getting the flash update...
Hi Bob, I took a look at your meta tag and I have some good news. All you have to do to get your meta to work is to break it up into 2 independent metas. Try...
Dear All, When I use Amulet Dynamic Image Widget, I encounter some problems as follows. 1. How to convert standard picture format to Amulet BMP format? Or ...
Julius, A customer of ours built an MP3 player which displays song titles in Chinese and Japanese on an Amulet display. You can see a glimpse of the MP3 player...
All, I just posted a new release of the Amulet OS, beta version 3.1x Build9. This release is mostly about new HTMLCompiler features. The firmware has been...
(1) What source do you use for U3 (OnSemi, MC33460SQ-30ATR, listed in BOM on datasheet page 11)? (2) If I can't find the -30ATR, is it reasonable to try the...
Hi guys, My customer cracked/smashed the LCD for the 5.7" module. They say the controller board seems to be intact. I was wondering if I could simply replace...
Hi Phil, There are three different options for you to replace your broken display/touchpanel: 1. You can send in your module and we can replace the 5.7"...
Hello, One of the screen is generating the Custom button events very slow. My target(configured as a slave) is receiving that event(UART method) after a long...
There's a lot of unknowns here. How many view widgets do you have on this page? What are their update rates? What baud rate are you using? How long does it...
Rich, I know this question was asked quite awhile ago, but now with the new version of the HTMLCompiler v3.1x Build10, I've actually got a slick solution for...
Hello, I am having a problem in sending Master commands from the simulator. The Simulator is getting bad response always from the AMULET GUI as shown below. ...
Naga, Just from looking at your posting, it looks like the Simulator is sending data at one baud rate and your Amulet module is configured at a different baud....
Jim, That feature will help me out a lot, but I have a question that goes along with this. Could there possibly be a way to force the toggled state of a...
Jim, I could also use a feature such as this. I have a few buttons where I want the button state to change based on the state of the target. Right now I...
Caleb, The "dualAction" functionality probably only makes sense when dealing with spring-loaded buttons. Your question is regarding a toggle button. Do you ...
Jim, To clarify, I would use spring-loaded buttons if this feature were available. I will look at using the check box in place of my present solution. We have...
Bob, Thanks for bringing up the image sequence with the anchor around it. That's another good way of having user defineable states and still get the ability to...
Jim, My current workaround is to create a table cell, and set the cell's background picture to a gif that looks like an empty function button. (This lets me...
Bob, Reading your whole message, I think you mean toggle button, not spring-loaded, correct? A spring-loaded button only is in the "down" state while the...
Is it possible for a widget on one page to communicate with another widget on another page? If yes, what is the syntax for href:? I want a check box on the...
Yes, you can have the check box set an internal ram variable and then have a meta tag on the lineplot page have the line plot reappear. I do something similar...
Uri, There aren't any IWC commands that can span pages, but InternalRAM variables can span pages. So, you can have your check box set an InternalRAM byte...