Phil, You are correct that the board used by the older 5.7" black and white display is incompatible with the newer 5.7" blue mode display. The previous ...
717
phil_kloc
Nov 5, 2004 7:56 pm
Hi, I just noticed that the new screens and old controller boards don't work together. That is, the graphical part seems to work but the touch sensitive part...
716
amulet_ed
Nov 5, 2004 2:07 am
I just uploaded a modified version of the keyboard example to the "Files" section of the Amulet Easy GUI Users Group. The modified version of the keyboard...
715
amulet_ed
Nov 5, 2004 12:40 am
Philip, I'll post an example in the "Files" section of the Amulet Easy GUI Users Group by the end of the week. The example I'll post will be very similar to...
714
phil_kloc
Nov 4, 2004 11:29 pm
Hello, I am using the alphanumeric keypad (alphaKey.html) that you guys provide in the examples. I was wondering what is the easiest way to prevent the user...
Thanks to Amulet team, Jim Webber and others, seems to have one of the best support team in this type of bussines. There was a lcd contrast problem, now is...
711
amulet_ed
Nov 2, 2004 6:20 pm
Raimond, Email me a contact number and I'll give you a call. There are some things we can check together over the phone to see if we can get your unit back up...
710
raimond712002
Nov 2, 2004 8:00 am
Hello all, I have big problem with my new 5.7" kit from Amulet. First, the kit worked just fine, the first day I received it. Then, I didn't play with it for...
703
Robert Smith
elboco
Oct 12, 2004 4:35 pm
I have a question regarding Palms in general. I am not a Palm user and the only Palm I own is the one for updating the Amulet and I bought a refurbished Palm...
702
Elliot
lookinnlife
Oct 11, 2004 7:55 am
Thanks all for all the help so far, it's appreciated. I shouldn't have any problem setting up the interface I want, and I can deal with those problems when the...
701
amulet_ed
Oct 8, 2004 9:44 pm
Hi Jason, I've come to the conclusion that you might be using an older version of the Amulet OS after reading your last couple of posts. Before you can use the...
700
Jason
sinc_squared
Oct 8, 2004 9:18 pm
THANK YOU! I knew something was missing when I looked at the table yesterday. It did not have so many functions as this one. Thank you very much, I will be...
699
Jim Weber
amulet_weber
Oct 8, 2004 4:57 pm
Elliot, To send ASCII 254 from Amulet, use the following function call: Amulet:UART.byteOut(254) As Robert said, the Amulet will not be able to accept the...
698
Robert Smith
elboco
Oct 8, 2004 4:01 pm
Based on the R165 documentation, you should be able to send commands to the relay without any problems. I don't think you will be able to read the status from...
697
Elliot
lookinnlife
Oct 8, 2004 11:00 am
... wondering how much memory is available to store the html interface? Is this memory upgradeable/removeable? ... AT45DB041B and holds 4 Mbit. The printout on...
696
Robert Smith
elboco
Oct 8, 2004 10:28 am
Jason Look at the internal ram functions again, specifically table 1 and table 2 which are about halfway down the page. ...
695
Jason
sinc_squared
Oct 8, 2004 4:10 am
Thank you both for your help... I looked through the amulet internal ram functions but I did not find some things I was hoping to see. Is it possible to...
694
Jim Weber
amulet_weber
Oct 7, 2004 6:00 pm
All Amulet users, After talking with Philip, we did more research and it looks like the new Palm Update Utility was never uploaded to our website. We have...
693
Jim Weber
amulet_weber
Oct 7, 2004 4:36 pm
Jason, Another thing I want to add is that if you are going to be using multiple function calls to perform your math on InternalRAM variables, you should take...
692
amulet_ed
Oct 7, 2004 3:08 pm
Jason, It is possible to do some math with the contents of Internal RAM. Here are 2 methods I took from the Internal RAM documentation: 1) To add to the...
691
Jason
sinc_squared
Oct 7, 2004 2:51 am
Is it possible to do any math with the contents of the internal ram? For example, I would like to combine two internal ram bytes into one 16-bit integer... so...
690
davidmittmann
Oct 7, 2004 12:34 am
On the memory size topic; Amulet now has the 4Mbit FLASH, so that helps. But you may need more RAM. Does anyone know if there is a larger RAM version? ... ...
689
Johnny Lam
novxjl
Oct 6, 2004 6:39 pm
How feasible is it to program a button to display a drop down custom scroll list? I sort of understand how the custom scroll list example described back in...
688
Jim Weber
amulet_weber
Oct 5, 2004 7:47 pm
Welcome to the Amulet Users Forum, 1) Yes, it is appropriate to use the _RAW file. If you haven't already, you should take a look at the CustomOS example in...
687
shizzleshot
Oct 5, 2004 7:11 pm
Hello, 1) I am trying to make a customOS without for a board without the touchscreen controller chip installed. It seems to work but is it proper to just use...
686
Ricardo Guevara
ric_dev
Oct 5, 2004 1:52 pm
... The memory that comes with my screen (3.8" blue LED backlight) is: AT45DB041B and holds 4 Mbit. The printout on the chip is "ATMEL0217 45DB041B". Check it...
685
Elliot
lookinnlife
Oct 5, 2004 11:03 am
I'm looking to put an Amulet project together for my car. I'm wondering how much memory is available to store the html interface? Is this memory...
684
amulet_ed
Oct 2, 2004 12:26 am
David, You first need to figure out how to notify your microcontroller to send an array of bytes. Maybe its as easy as sending an RPC command over to your...
683
davidmittmann
Oct 1, 2004 1:02 pm
I saw that it is mentioned that the UART.bytes is only used in the line graph widget. Is there a way to request an array of data over the UART and place these...