Thread Review (Newest First) |
Posted by WhiteTigerMort - 22-03-23, 11:55 |
Hi all, I was thinking if someone could help me a bit. I wanted to add some customization to my sampler box with pirate audio display. I found the PIM_LCD.py and could change the font but when i was trying to add an image the display stopped working. (the web interface worked and the sound was working) As i don't really know python (I'm a front end dev) i tried to follow some documentation but mby i was wrong. So what i did is i added something like this to the 'def __init__(self)': Code: self.bg_image = Image.open("modules/res/bg.jpg") and in ' def display(self, msg, menu1, menu2, menu3):' in the biginnig of the "start drawing" section i added Code: # #########START DRAWING########################## would really appreciate if someone could help me with this. |