SivyerLab / pyCrafter4500

Python USB controller for the TI LCR4500EVM
https://pycrafter4500.readthedocs.io/en/latest/
GNU General Public License v3.0
16 stars 16 forks source link

How to display bitmap image on TI Lightcrafter 4500? #2

Closed cmbaum closed 6 years ago

cmbaum commented 6 years ago

Hello! I would like to display my own black and white bitmap image on the TI Lightcrafter 4500 using your software, but I am not sure how. Do you know how I might use a python command to display a black and white bitmap image on the TI Lightcrafter 4500 given the file path to the image on a computer?

SivyerLab commented 6 years ago

Unfortunately the software does not support custom bitmaps. If you're looking for a custom software solution to display bitmaps, then the code here might be helpful. The GUI which comes with the LCR has some support for creating patterns which could also be of interest.