OK, I have the Dt_ints stopwatch version working on my display using the thinner characters as i.e. 123:45

This works bar one problem.

It will not display the Character 0 code it is just an all pixel black block. So this affects the numbers 1, 4, 7.

The code I mean is
LCDOUT $FE,$40,$01,$01,$01,$01,$01,$01,$01,$01

According to the sheet that came with the display it has 16 CGRAM custom character spaces available.

I tried using Character 8 instead . i.e. LCDOUT $FE,$80,$01,$01,$01,$01,$01,$01,$01,$01
this produced a curled 'J' character which is not part of the inbuilt set.

I can't figure this one out??? Any ideas please ?