I see a fault in my first post, the initial port isn’t the J5C, i’m working on the LPC1769 so it’s the J28. But i think that you corrected my mistake yourself seeing your post.
So if I understand you well, i have to change the code here :
#elif defined(MIOS32_FAMILY_LPC17xx)
int cs;
for(cs=0; cs<4; ++cs)
MIOS32_BOARD_J28_PinInit(cs, MIOS32_BOARD_PIN_MODE_OUTPUT_PP);
#else
So I have to change the function “MIOS32_BOARD_J28_PinInit()” by another function I create myself isn’t ?
Where is the code of this function, so that I can inspire myself with it ?
I already seen these lines in the app_lcd.c file but I didn’t find where the “MIOS32_BOARD_J28_PinInit()” function is written.
Sorry i’m not a programmer even if I know some langages (including C).
So it seems that my midibox is configured for a character LCD and not a graphic LCD. How can I change this ?
I don’t understand why it talks about the bootloader. I haven’t define any LCD type while I have uploaded the .bin with the LPCXpresso soft from code_red.
If I understand you well, I have to open MIOS Studio and type those commands in the terminal. But those commands doesn’t work, MIOS Terminal said me it doesn’t know those commands. And when I type help, those commands are not in the list.
Maybe I’m doing it wrong ? I have noticed that the commands are not always the same. For exemple, i can type “help” with the midio128 app but not with the midibox LC app. The commands describe at the bottom of your link works only in special conditions ?