I was approached with a project that necessitates a color controller and lcd. Do you have anything coming out within the next 3 months? Thanks, Mark Abildgaard...
Mark, We're currently in the process of creating our new color chip and supporting OS. It is not likely we'll have them ready within the next 3 months, but...
Hello, My company purchased an Amulet onboard 5.7" module kit with a view to integrate this product into our new system that we are currenly developing. My...
Conor, If you are having troubles getting things to line up on your HTML page, I would suggest you look at our documentation on Absolute Positioning. This will...
Hello, Is there a minimum width that the widgit has to be ?? For example as below, my widgit displays 0 instead of 0 C and if I decrease the width below 50 I...
Conor, The widget must be wide enough to hold all characters to be displayed. Your example is not wide enough at 50 pixels. Although, if you were to setup your...
I currently am working with the 5.7" Transflective LCD. The potential users are unhappy with the contrast the LCD provides. They want to be able to clearly...
Hello, I need to make an alarm image flash on and off when a bit is set in a byte I read off the serial port. Would anyone have any pointers on how to achieve...
Hello, Has any one got any ideas on how to convert a string to a numeric number that I can store and display on screen? I have a numeric pad created which will...
This is just a simple function call. Look at the help file: Amulet InternalRAM link Amulet:InternalRAM.string(z).stringToByte(x) Converts the ASCII string of a...
Conor, The Amulet has a built in function to convert a string to either a byte or a word, but it can't support a floating point number. This means you will...
At 04:13 AM 1/16/2007, Amulet@yahoogroups.com wrote: Hello, I need to make an alarm image flash on and off when a bit is set in a byte I read off the serial...
Hello, Is there any easy/ straight forward way of detecting whether there has been activity on a touchscreen?? In my application I need the amulet device to...
Conor, Have you checked out the Screensaver example in the Amulet\Projects\Examples\Screensaver directory? I think that will help you accomplish what you're...
I am trying to recover an LCD device (3.8") The boot m jumper is opened and i send the OS file to the screen, but i get the following error: ERROR:Serial Port,...
First, try reloading the AmuletOS at 115200 bps while your Amulet module is in program mode. If that doesn't work, then try reloading the AmuletOS at 19200...
I've tried both versions. First 115200, then 19200 by shorting the baud pin. I've even tried to change the uP speed with no success. This is the full error I...
Verify the Amulet module is transmitting an ASCII 'C' (0x43) when in program mode. You can use a terminal program like Docklight to see what the Amulet is...
All, I just posted a new version of the Amulet software, 3.3.5, up on our website. http://www.amulettechnologies.com/support/downloads/softupdates.html Anyone...
Hi Jim! We're using WinXP Pro, should we upgrade too, or using the new release is only for Win Vista users? Best Regards, Alexander Schwartz, Polytex Ltd. ...
Alexander, Version 3.3.5 is a standard update release, so it can be used by everyone. In fact, there were two changes added not related to Windows Vista: 1)...
All, I have just been informed of a possible problem with Sun's Version 6 JVM, which was being installed along with Amulet's version 3.3.5 HTMLCompiler. I have...
Hello, I have a problem with the line graph widget. I need to draw a 5 point line line graph so I use the following code: <APPLET CODE="LineGraph.class"...
Conor, The way you have the META and the lineGraph set up, you have an open loop system. I have no way of knowing if your InternalRAM word variables are really...
Is it possible to setup a global meta tag which will be running no matter which page is loaded on the screen without having to copy/paste it to every html...
gp, The <EMBED> tag will do what you're wanting. You can put <EMBED URL="globalMeta.txt"> in the <HEAD> section of all your HTML files where you would normally...