Hi everyone, I'm working on reading a .PDB file (from Amulet HTML Compiler 3.3.2) into C# and I'm fairly sure the code I've got is correct, just want to ...
Dave, Yes, the 2 extra files are used by the OS, so they are perfectly normal. There are no rules as far as filler bytes, but the HTMLCompiler uses 0xFF. If...
Thanks for that Jim. I've got my code up and running, but not functioning. I'm reading the data from the .PDB file correctly I think (not much can go wrong...
Okay, I've found a program which lets me capture comms on my computer so I'm going over the captured data transfer from the HMTL Compiler compared against my...
Please excuse me if a similar post exists, I am new to Amulet and Yahoo. I have designed into a new product for our company using the 3.8" blue LCD. My boss...
Rightyo, things are working fine now. Turns out I had the CRC backwards and had an extra byte of data in there. Thanks for the help everyone! ... computer ... ...
Hello, I am currently using the linegraph widget to draw a curve on the amulet. It seems to work by deviding up the x - axis into the number of xSamples...
Hi, I'm new to the Amulet and have tons of questions but will limit myself to only this one. Is it possible to use an internal byte variable to index into a...
It always happens. I post a question and then find the answer. For those looking for an answer, it starts in the "RAM" section of the help file. Look under,...
Hi, I've received first batch of boards populated with new AGB64LV01. None of them can be programmed. Same board with old version works fine. Reset is...
Hi, I was wondering if anybody could tell me how to show/hide a function button on a screen at the time the screen loads - based on an external byte value ? ...
Hello, I was wondering is it possible to drawn a vertical line using the line graph?? It doesn't seem to be possible to have one x point with mutiple y...
Conor, It is possible to have a vertical line when using the LineGraph widget. You'll need to use the "enableVertical" optional attribute and each data point...
Don, You can show/hide objects on a page by using a META Refresh tag that gets checked immediately upon loading the page. Any object that you are using a META...
Jim, Thanks for getting back to me Jim, that information was usefull. Now my next question is, is it possibble to draw non connecting y cordinates with the...
Instead of unjumpering the t_cal pin on the controller board, is it possible to use a jump to page command to send it the first calibration page? Much like how...
grasspuddle, Instead of using the jump to page command, try using the IWC method "Amulet:calibrate()". Here is what the method does: Runs touchscreen...
Conor, No, the LineGraph and LinePlot widgets are not setup to handle those kinds of graphs. But, if you really need that functionality, you can always use...
We are presently using Ver 3.3.2 amulet OS software. The latest modules (complete with touch screen) coming from distribution are still Ver. 3.3.2. When will...
You should always download your specific OS into any new modules first. The cleanest approach is to combine your project with the version of the OS you are...
Hi, I'm using a PIC processor with the CCS C compiler. I'm starting to write tx/rx interrupt routines. The RX code is working fine. The TX code is taken from a...
Don, I haven't played with the CCS C compiler, so I can't say whether fputc or putc will work, but I can say for certain that 0xA0,0x02,0xff,0xff,0x60 will...
We have a rev. C 3.8" LCD and a rev. D LCD for our project. When comparing the rev. D LCD in an updated pcb board to an older version of our pcb board, the mA...
Don, This is how I send a command to my LCD screen with CCS compiler: fprintf(LCD_UART,"%C%C%C%C% C",0xA0,0x02,0x00,0x26,0x38); //goto 'index.html' Its the...
Thanks for the info. I got it working fine. I was using old code to write bytes individually and it was stopping on the NULL in the middle of the 'jump to'...
Hi, I can not find any graphic primitive that draws a circle on the display, are there any plans on including such a primitive ? Or is there any other way ?...
Thomas, No, we don't have a circle graphic primitive. How are you planning on using it? Can you use a circle graphic that was created at compile time? By using...
Hi Jim, That is a much better idea ! I wanted a symbol that depicts the Sun on its trajectory across the sky during different parts of the year, in different...
Thomas, SetX and SetY can move the ImageSequence widget - for that matter, any object - anywhere on the screen. One of my screens has a contrast adjust slider...
Thomas, The documentation has been updated since 2005, but only minimally. It's probably not worth re-printing it all out. One quick thing you can do is the...