MIOS_CLCD_SpecialCharsInit

Hello there,

my question is:

Does anyone know how to use this function in a C++ application. (not just the function, also the definition of the 8 special characters)?

???

Greets,

Ramonster

Does anyone know how to use this function in a C++ application. (not just the function, also the definition of the 8 special characters)?

C++ won’t work with mios :wink:

But for the usage in C take a look at the mm_lcd.c file in the MotorMix App (http://www.ucapps.de/mios/midibox_mm_v2_0b.zip).

Raphael

Hi raphael,

thanks for the reply, that’s exactly what i was looking for.

Thanks,

Ramonster