Hi Kevin,
Been putting this together for my kids, but I can't seem to get the pet to show... I get the full output below, but it seems to be erroring when trying to actually show the pet?
I do get the yellow menu bar on the screen, so the wiring is correct/working, but I never see the pet.
Do all the pbm files go in the root of the pico filesystem? ptcotamachibi.py seems to reference them without a path, but they are in a folder (gui) in source...
I have copied the gui folder over and copied the pbm files to both it and the root just incase. As I said, I am getting some menu items showing, so its almost there.
MPY: soft reboot
Starting
oled: <SSD1306_I2C object at 20014050>
food 16 16
lightbulb 16 16
game 16 16
firstaid 16 16
toilet 16 16
heart 16 16
call 16 16
initialising animation: poop
initialising animation: baby_bounce
initialising animation: eat
initialising animation: baby_zzz
initialising animation: skull
initialising animation: potty
building toolbar
baby_bounce01.pbm 48 48
baby_bounce02.pbm 48 48
baby_bounce03.pbm 48 48
baby_bounce04.pbm 48 48
Game State: sleepiness: 10, health: 10, sleeping: False, cancel: False, unwell: False, feeding_time: False, happiness: 10, tired: False.
Traceback (most recent call last):
File "<stdin>", line 292, in <module>
File "gui/ssd1306.py", line 101, in show
File "gui/ssd1306.py", line 119, in write_data
OSError: [Errno 5] EIO
>>> potty05.pbm 48 48
potty06.pbm 48 48
potty07.pbm 48 48
potty08.pbm 48 48
potty09.pbm 48 48
potty10.pbm 48 48
potty11.pbm 48 48
potty12.pbm 48 48
potty13.pbm 48 48
potty14.pbm 48 48
poop time
Hi Kevin,
Been putting this together for my kids, but I can't seem to get the pet to show... I get the full output below, but it seems to be erroring when trying to actually show the pet?
I do get the yellow menu bar on the screen, so the wiring is correct/working, but I never see the pet.
Do all the pbm files go in the root of the pico filesystem? ptcotamachibi.py seems to reference them without a path, but they are in a folder (gui) in source...
I have copied the gui folder over and copied the pbm files to both it and the root just incase. As I said, I am getting some menu items showing, so its almost there.