pokitto / PokittoLib

Library for making programs on Pokitto hardware
22 stars 16 forks source link

Update changes by python editor project #78

Closed haviital closed 5 years ago

haviital commented 5 years ago

Added bitmap horizontal and vertical mirrored draw in MP and PokittoLib. Add graphics primitives to MP wrapper. Fixed the draw bitmap right screen edge bug. (Hopefully) fixed the problem using FPS counter in mode2. Also added some comments to the inline assembler. Updated libmicropython.a and libmicropython_win.a. Fixed problem in mixing sd streaming and sfx. Added a new define: PROJ_DISABLE_MIXING_SFX_WITH_SD_STREAMING Fixed the problem in loading the same music file twice from SD. Removed streamon=1 from HWSound.cpp because i do not want to enable audio irq before the stream is ready. Added streamon=1 to PlaySFX functions.