There is a pre-release of GEMstudio version 1.3.0.2 now available for anyone interested. We have been in a BETA for a few weeks now but would like more people...
1733
aakelkar
Apr 30, 2012 8:45 am
Dear All, We are using Amulet STK-480272C colour display kit. I have made my project in GemStudio and tested communication using docklite script editor. While...
1734
BrianD
amulet_deters
Apr 30, 2012 9:35 pm
In Docklight, make sure the Parity is set to None. This setting doesn't matter when using USB, but it does in serial communication. You could also go the other...
1735
aakelkar
May 2, 2012 6:43 am
Dear Brian, Thanks, As mentioned in my below message, I have confirmed COM port settings and I could transfer my project th' RS232 using GEM STUDIO. In program...
1736
cirrus.oceanic
May 8, 2012 9:52 pm
Does there exist a command or widget for getting the amulet 5.7 inch module to output the X and Y coordinates for the current hit location (either when...
1737
canman3rd
May 29, 2012 8:16 pm
Hi Ross, Do you have an example of this loop that you mentioned? Steven...
1738
canman3rd
Jun 1, 2012 8:04 pm
What is the maximum length of a UART.string and InternalRAM.String? The help section says 25 but I don't think that is true. In my application, I am creating...
1739
BrianD
amulet_deters
Jun 2, 2012 12:26 am
The memory allocated for each string variable in RAM is 25 bytes plus a null, but this memory is contiguous so you can overrun one string variable into the...
1740
eren deniz
lerendeniss
Jun 4, 2012 3:25 pm
Is it possible to add a CR2032-type backup battery for the real time? I want to use a separate battery for time keeping. Which pins should i connect the...
1741
bitwise16
Jul 23, 2012 7:52 am
Hi all, I would like an answer to this same question if anyone knows? In my case, looking at the GCC-2 board there are some GPIO pins and some A2D inputs in...
1742
aakelkar
Aug 6, 2012 9:29 am
Brian , Is there any way of keeping fixed page flash index generated in Map file . When ever I make any small change to pages , all page index no. changes and...
1743
dcpendrey
Aug 7, 2012 7:07 am
From what I've seen the best thing to do is to either ensure a uniform reference to pages in your HTML code. The first files/images referenced are included in...
1744
jvoytovich
Sep 19, 2012 1:10 pm
I'm getting an initCondition error when I try to run my project. The docs are unclear on why this is happening. I've posted a screen shot of the error under...
1745
amulet_weber
Sep 19, 2012 4:57 pm
I see you are using the parameter "options". If you do NOT have the "options" parameter you can put any string you want into the "initCondition" parameter. ...
1746
pjr_pdco
Sep 20, 2012 3:05 am
I have a need to invert the video for a project. I need to mount the LCD rotated 180 to optimize the viewing angle. The LCD panel assembly has a 0 ohm jumper...
1747
Steven Canan
canman3rd
Sep 20, 2012 1:06 pm
I too had to invert my assembly after a lot of software work. GEMstudio makes it easy to change that in the LCD profile editor. Simple change the unit file to...
1748
mfigliola@...
mfigliola
Sep 20, 2012 3:11 pm
Pat,  Gem Studio version 1.4.0.0 supports exactly what you want to do. If you don't have version 1.4.0.0 download it from the Amulet website and install...
1749
Steven Canan
canman3rd
Sep 20, 2012 4:45 pm
I have 1.4.0.2 and I don't see a Rotation section under the Project Properties/LCD tab. Steven...
1750
amulet_weber
Sep 20, 2012 6:15 pm
Pat, I need to clear a few things up regarding screen rotation. There are some displays that use hardware jumpers to determine the "native" rotation of the...
1751
pjr_pdco
Oct 18, 2012 1:51 pm
Jim, I have finally gotten back to this aspect of my project. Thanks for the explanation. On another project I have needed to rotate the video. In that I...
1752
erikbrown83
Nov 1, 2012 12:00 am
The help points to a location for an example of building a production ready custom OS, but this example is not on my file system after installing GEMstudio....
1753
Jim Weber
amulet_weber
Nov 1, 2012 5:44 pm
Erik, This sounds like some legacy help content. Where did you find this reference? We most likely need to address this in our documentation. What exactly do...
1754
jvoytovich
Nov 12, 2012 2:49 pm
I'm stuck with a blank display and nothing has popped up in the docs on what is wrong. I'm using an American Zettle LCD display which shows the "Please wait...
1755
jvoytovich
Nov 12, 2012 4:17 pm
After reading through dozens of topics in this group, I can across a reference (message 1267) on the TPC (Touch Panel Calibration) input pin. No other mention...
1756
jvoytovich
Nov 12, 2012 4:52 pm
The TPC line apparently did the trick, and now I have a display working. I thought I got into software to get away from all this hardware mess?...
1757
Jim Weber
amulet_weber
Nov 12, 2012 5:29 pm
What kind of hardware are you using to drive your display? Is it a GEMexpress, GEMboard or a board of your own making? The TPC documentation is not in the...
1758
jvoytovich
Nov 12, 2012 5:39 pm
The hardware is a purchased board (model GCC-2) and with the Amulet logo on the bag. The board version is 3037, Rev C1. I think it would be helpful to pack all...
1759
dmatsumoto408
Nov 22, 2012 7:12 pm
I'm not sure how many here use the .NET Micro Framework, but I've been looking forward to revamping a product of ours, and while I'm waiting for it to...
1760
aakelkar
Nov 23, 2012 7:30 am
Dear All, I am using Amulet Display as Slave at 57K baud with CRC 'ACK only' protocol. What will be typical response time from Amulet chip to send ACK once I...
1761
dmatsumoto408
Nov 27, 2012 5:40 pm
Hi, I'd like to reuse my keyboard page for my Amulet.NETMF test application. I made a nice one before in HTML based off of Brian's demo keyboard, and would...