Hi, I want to draw a line plot by three different colors from the data coming from UART. Within 3 different ranges of y axis , graph line should be draw in 3...
This can actually be done, probably just like you were trying to do. It's the "lineColor" parameter you need to set the InternalRAM.color variable to, not the...
I have a page (or 4) ... each with two slider widgets present. My Meta refresh tags point to each of the sliders, however, when I'm ready to compile, the...
Your Metas are fine, its got to be a problem with the sliders. There was a nesting issue fixed in 0.0.6, but its possible not all cases were handled. If its...
Dear Amulet and all, My project uses 4.3" 24-bit TFT LCD and I want to embed AGB75LC04-QU-E as main graphic chip. So I'm going to order STK-480272C for...
Amulet support has been getting emails from kohava51 aka Shemtov from Israel, but every time we try to reply to the given email address it returns with error:...
... Urk, thanks. Now I am there but the player update requires the original player - which I can't find online. Can you point me to it? Thanks Bruce...
Hi It seems to be possible to use the color screen Gem tools and the monochrome Amulet tools at the same time. Is there a recommended way to use both a really...
You should be able to load different versions onto a PC; simply use a different directory name when installing.  I have directories with Amulet2.1.9,...
What we have done is to make normal-looking areas of text on the screen (e.g. fields displaying battery voltage and system temperature) clickable for one...
I want to draw a "Fill rectangle" using 0xDB command from external processor. Considering Start position as (X1,Y1) X1=0; Y1=0; delta X=480 delata Y=272 This...
Amulet refers to the widget jar file with a System environ classpath variable. This will refer to the most recent install, wherever that was. I don't know how...
Well, it looks like Widgets.jar has not changed since 2001. I just did an install of 2.0 full version, then 3.0.4u update then 3.3.5u and it actually has an...
OK, the approach described in my previous post works. I have old syntax screens and new syntax screens which will only compile with the old or new compilers,...
I think you have just been lucky that your screens are compatible with all compiler versions. You have actually been using the most recently installed version,...
Hi Thanks for leaving the data sheet unlocked so I can highlight things and add comments. Some vendors "protect" their PDF data sheets which makes them much...
Hi After looking in the data sheet and compiler help I still wonder: What can we do with the USB interface? Is it possible to 1) power the device via USB? The...
The AGB75LC04 data sheet tantalizes with this: 8.6 Power Consumption The advanced power management controller has a very slow clock operating mode and software...
Bruce, Answers below Brian @ Amulet ... Yes, you can power via USB. We have some demos in house that are. This controller board is used for many different...
Bruce, The Starter Kit Demo with the blue flames takes a few seconds to load because I am caching a lot of images in the very beginning. These images are used...
OK, maybe I need another cup of coffee. It is Monday, after all. The color docs show: However the switches shown are both ON but the text says "as follows:...
Hi I'm using Win XP SP3 after a recent reboot. About half the time at most I can program flash on the first attempt after starting the GEM compiler. After one...
Hi I'm trying to get a CustomButton in a div with z-index of 3 to display over the top of another <div> which has a z-index of 1 and appears prior to the...
OK, so I took your smokestream page, and made the background 480x272 the enclosing div with z-index:0, and re-ordered the upper and lower text logos, and the...
Since z-index was used in the flowing smoke example I assumed it was supported. Apparently not: The HTMLCompiler ignores the z-index: property, so layering is...
Bruce, Wow, you've been busy! :) We've had USB issues from the start, which is why we had to kludge around with making the modules be in programming mode in...
Bruce, Just a quick note on z-indexes. That attribute is not supported in the Amulet, but the idea of layering is supported. Instead of using the z-index...
Well, I must be doing something wrong. The custom button is the last item on the page and it gets clipped off by the animated GIF of the smoke. Bruce...