Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/01/2020 in all areas

  1. 1 point
  2. Hi Reiner, It's in the app_lcd.inc file #ifndef USER_LCD_NUM_ENABLE_LINES #define USER_LCD_NUM_ENABLE_LINES 8 #endif #ifndef USER_LCD_LAT_E0 USER_LCD_LAT_E0 EQU LATD ; Pin D.7 #endif #ifndef USER_LCD_PIN_E0 USER_LCD_PIN_E0 EQU 7 #endif #ifndef USER_LCD_LAT_E1 USER_LCD_LAT_E1 EQU LATC ; Pin C.5 #endif #ifndef USER_LCD_PIN_E1 USER_LCD_PIN_E1 EQU 5 #endif #ifndef USER_LCD_LAT_E2 USER_LCD_LAT_E2 EQU LATC ; Pin C.4 #endif #ifndef USER_LCD_PIN_E2 USER_LCD_PIN_E2 EQU 4 #endif I suppose you have to change the number of LCD from 8 to 3 Then change PORT and PIN for the 3 first lines E0 to E2. I never tried it so I don't know, but I think the first one is selected at startup, so first lcd should work normally. In your app you have to use USER_LCD_Select to select another LCD. More information are in the README file Have a good day! Bruno
    1 point
  3. That zip file does appear to be include files for ThinkC on a 68k Macintosh. It doesn't have quite enough information. The README says: Do you have a manual that says at least something about the sysex protocol? This is a just set of data structures and it's hard to work out how that corresponds to the data sent over MIDI.
    1 point
×
×
  • Create New...