hudson wrote:
I'm no longer getting any fonts other than the default printf() terminal one. In the simulator the inpulse_resources.bin file is loaded fine, but when I transfer the resource to the watch nothing is displayed by the call to pulse_render_text(). The two files are attached (hold the button for two seconds to switch between watch modes); do they work for anyone else?
Full sources:
https://bitbucket.org/hudson/inpulse/srcI was able to load your app on a watch (text didn't show up on the screen), but I also noticed some other odd behaviour. Seems that after the app was loaded onto the watch the only way to switch apps/resources is to load them in VLF otherwise the bluetooth hangs and eventually crashes the watch, might be related to the watch doing a lot of processing. I tested your resources with another app and they are being sent over properly. So I'm thinking the font resource isn't being called correctly in the source (make sure you include/use app_resources.h).