Hi, Does Easy GUI browser chip support color LCDs? (What I have read is, this chip can be interfaced with monochrome LCDs) What will happen if I interface...
The existing GUI browser chip does not support color LCDs. It only works on single scan monochrome displays that do not already have an LCD controller on them....
Hi Jim, Can I interface Surface/projected touch screens with Amulet chip. If yes, do you have some application notes on this? Thanks, Ajab. ... works on single...
Ajab, The Amulet chip only directly supports four-wire analog touchpanels. That is, the Amulet chip interfaces to the Burr-Brown ADS7846 via SPI, which is a...
I have 2 programs which are very similar. They both use boot.ini files. I set the variables to something different and use the savetoflash() command. One LCD...
gp, It sounds like the saving to flash is working on one display but not the other, is that correct? The only thing, not counting a bug in your software, that...
Hi, What happens if I interface a external PC Touch screen to SPI port. Might be using SPI-UART converter. Will Amulet detect/support projected Capacitive...
Ajab, The Amulet uses the SPI port to talk to the Burr Brown ADS7846 4-wire touchpanel, but that is the only device we have drivers for. So, unless your...
Hi, We've received new boards from our vendor that are not able to upload the pdb files. In looking at the boards, the difference seems to be that the ones...
Hello, I am trying to run the AmuletProgrammer software on my desktop computer under Windows XP. The motivation is that I want to simulate a touchscreen...
Kaufman, Seth
skaufman@...
Oct 9, 2007 5:49 pm
1298
Seth, My guess is that you just need the JVM installed. Unfortunately, I had left some of the old security features in the installation program that shouldn't...
Hi! I'm working on a project that uses a microcontroller acting as a Rs232 slave to update a total of 51 displayed parameters on the display. I'm having a...
You can display negative numbers by use of the minFld and maxFld parameters in your widget. If this is regular 2's compliment you need to modify the word...
Chris, You are requesting so much information at one time you are filling up the UART buffer, so those extra byte requests just get thrown out. I put in a...
I have hit this waring condition: WARNING: Due to the size of at least one page, InternalRAM.string(0)-InternalRAMString(5) should not be used. I am not sure...
As a follow-up I have discovered that I have the 4Mbit flash by checking the Atmel part numbers on there website (45DB041B). What is the max size of a page ?...
Our customer has a request. They want the amulet to display an image of a label which is in raster format in our controller's memory. I have scanned through...
Bob, As of version 3.3.5, the current max size for an individual page stored in the serial data flash is 7717 (0x1E25) bytes. If your page is larger than that,...
What do I need to do about this warning? --> <Compiling OSCheck.html> <Compiling SW-0091.htm> WARNING: Page overflows 598 bytes into InternalRAM string area. ...
What is the easiest way to enable a user to toggle the backlight? I tried using a slider widget but it seemed the backlight would only toggle if I moved the...
I have a group of radio buttons to set resolution or what digit I will increment when I use the increment/decrament. The radio button sets an internal word...
Bob, You need to have 4 extra parameters in your radio buttons: internalNumber, initialCondition, initHref, and add a function to your HREF. Below I have...
I have a page with function buttons that I have not imlemented pages to go to yet. I would like to have the buttons there but when pressed I would prefer they...
I just can't figure out this stuff using the supplied examples. Can someone write me a simple single page with 3 buttons? Each button just sends out a...