Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7 Slide 8 Slide 9 Slide 10 Slide 11 Slide 12 Slide 13 Slide 14 Slide 15 Product List
NerOCleO-Slide10

Arduino projects are called sketches, a sketch file is saved as an *.ino file. This slide demonstrates the basic structure of a sketch to allow NerO to drive CleO. All functions are included in the CleO library. The CleO board will always need initialised with CleO.begin call. A display list will always need to be started with CleO.Start call. There will then be the designers creative part which is the main body of the display list shown above as CleO.xxxFUNCTIONxxx()”. Lastly, every list is terminated with CleO.Show, which essentially flushes the data to the FT810 to allow it to start processing the list of components that make up the new visible display.

PTM Published on: 2016-10-14