Has anyone managed to convert their relatively complex watch face to use always active on the 735XT without limiting functionality? A user pointed out to me that the 735XT now has CIQ 2.3.1 on it but a quick update to my UTC Titanium to add the 735XT to the list results in an out of memory error due to the 735XTs 64kb limitation for watch faces. The problem, at least in this case, is that in addition to the main background buffer I also need four smaller buffers for the date and the three info dials.
Some potential solutions I've thought of:
1. Reduce code to make room for the buffers; this may result in lost functionality.
2. Use bitmaps for the dial headers (ie. STEPS, BATT, UTC) on the 735XT; this means that it's more complex to support different languages.
3. Reduce size of the buffers by limiting colours; this makes the watch face less attractive.
4. Hope that Garmin increases the available size for watch faces on the 735XT.
Any other ideas?
Cheers,
Douglas