Hello, while I'm compiling my project I get a: WARNING: Page overflows 79 bytes into InternalRAM area. WARNING: Start at InternalRAM.String(5) . . . WARNING:...
I have a StringField widget that takes its string value from the UART. When I push a button I want to write the string to another location in internal RAM. ...
I've made some tests with a dummy page containing a lot of rows/columns and meta tags and came to the conclusion that there is a sort of per page limit of ~...
Using the Amulet Simulator, I've found that the Amulet is sending a string starting with $D8 for an RPC, even though the documentation says it should be a $14....
Doug, The Amulet documentation (specifically in the UART Protocol section) states that the opcode for an RPC is $D8. That has been true for a few years now. ...
Jim, The Parallax website shows that they carry the Amulet Technologies 5.7" Easy GUI Starter Kit, and has a link to a downloadable zip file to demo the two...
Doug, I assume you are talking about the Activity Board GUI project. If so, we just recently sent a new updated zip file to Parallax. I just checked it and it...
Jim, What a difference a little code update makes! The interface actually works as advertised (other than the black & blue pushbutton color labels being a...
I'm using a CustomButton to display an on/off motor control switch image. The first toggle of the CustomButton flips the image to "On" and also invokes a...
Doug, Are you using the BASICStamp meta attribute? Are you sure that the Amulet is receiving your response correctly? The reason I ask is because if the Amulet...
Is there a simple way to get the FunctionButton with the buttonType param set to "SPRING-LOADED" to execute one function on button pressed and a different...
Hi Doug, You can use the function button to execute one function on button pressed and a different function when the button is released. Use the following...
The size of an individual page is limited to a maximum of 4016 bytes without affecting InternalRAM string variables. If the page gets larger than that, then it...
Ian, Here's a few that I have on my machine: Arial Alternative (can be found on the web as a free download) HyperFont Lucida Console Another option is to take...
Well, I got one 3.8" and lead times for more are weeks away. Now I don't really like the blue LCD (not enough contrast) and was wondering if I should go to...
Patrick, I would like to talk to you about the 3.8" module and the contrast. The lead time for the transflective display is not correct. Give me a call at...
I want to sent an external byte to the value of the current page when the page is entered based on the file number that is listed in the link map. I can't get...
I am writing with regards to the new 5.7" LCD screens. The old part No. is Sharp LM 32019P1 while the new one is Sharp LM 32019T (blue hue). The resist/line of...
Philip, Our supplier of the Sharp LM 32019P1 ran out. Unfortunately, Sharp has discontinued this display. Luckily, we were able to find the blue hued Sharp LM...
Hopefully someone has seen a problem similar to this and can help me out this weekend. I have a project that compiles fine on two of my computers but ...
Bob, I have seen something similar to this. It has to do with the .uht file containing a file from a drive that doesn't exist on the other machine. I...
Is byte/word variable arrays what I need for moving floating point values (6 bytes each) back and forth between my system and the Amulet? Thanks, Tony...
Tony, How do you plan on using the floating point numbers? None of the Amulet widgets are able to use floating point numbers. But, although the numeric field...