Hi so I have made some good progress on my project but would am stuck on exactly how I would code form changes using buttons on a 32DCT-CLB-AR correlating to specific forms on a 24D-CLB display which is going to be placed right above it and both are wired to the Teensy. I know it might involve using the WriteObject() function something like this display1/display2.WriteObject(GENIE_OBJ_FORM, 0x00, ) unsure of what to really put in the last parameter. Do you think that something like this would best be achieved using a form number array and essentially just indexing it whenever I click a certain button? Also I am a a bit confused on what to do within the 4DWS code as far as do I need to change event settings for something in order for it to correspond to commands to change forms from a different display? I'll attach everything I have here so far.
Also, another question I have is if I have say an Internal LED Digits widget on the 24D-CLB and I want it to be just reading data that i write to it from some Arduino code and not from an input widget is that possible because I sit there thinking what is should assign as the event but I really just need the 24D-CLB to be reading what I send to it not necessarily things that are from an input widget more like serial data or just serial data that I've deconstructed on the Arduino side and simplified to send over to the display. Any questions just let me know!
Also, another question I have is if I have say an Internal LED Digits widget on the 24D-CLB and I want it to be just reading data that i write to it from some Arduino code and not from an input widget is that possible because I sit there thinking what is should assign as the event but I really just need the 24D-CLB to be reading what I send to it not necessarily things that are from an input widget more like serial data or just serial data that I've deconstructed on the Arduino side and simplified to send over to the display. Any questions just let me know!
Comment