Overview
- Object ID : 4597 (2024-03-13 04:23:50)
- Author : Stephen M Moraco
- Content : Code
- Microcontroller : Propeller 2
- Languages : PASM2, SPIN2
- Category : Display
- Licence : MIT
- Tags : BreadBoard Mates, Serial, TIMI
Content
Breadboard Mates (BBM) produces the TIMI line of displays. These are similar to the Nextion devices we've seen in that we select the screens to be displayed and upload them to the device (essentially flashing the device.) Then, we connect the device containing the screens to our project via serial and simply send values to the screen fields or labels.
This object provides full control over the TIMI displays after they are programmed.
Version (repository latest)
GitHub repository: P2 TIMI Spin2 Object
This object (in my case) is used in a larger project, which is referenced in the following repository:
GitHub repository: P2 Multi-servo Exerciser