This is a list of known bugs and issues for the current version of the Colour Maximite 2 firmware V5.06.00 =================================================================== Static variables with the same name in different subroutines conflict when used in an interrupt routine. Workround: Ensure that STATIC variable names are unique in interrupt routines Bug when returning to the filemanager from displaying images in some DEFAULT MODEs - fixed in V5.07.00b1. Workround: PageUp then PageDown to clean up screen Typo in ARMCFunctions.h - fixed in V5.07.00b1 TRACE LIST only shows 63 lines and TRACE LIST n only shows half the number of lines requested - fixed in V5.07.00b7 ON KEY key,interrupt operation does not match manual. Workround - use ON KEY 0 to disable the interrupt at the end of a program rather than ON KEY key,0 - fixed in V5.07.00b7