Opel TID Display

@gorgeus
the line

mydisplay.display_message("SCROLLING MONKEY5!",500);

contains an error: the speed value must be between 1 and 255 (it's specified in the tid.h file). My guess is that a value of 500 causes your project to hang. Try lowering this value and see if at lest the led blinks.

hope this helps