Search found 3 matches

by christopher.thorpe
15 Dec 2023 02:10
Forum: mikroC PRO for PIC32 General
Topic: Gesture_Demo.mcp32 compile problem
Replies: 11
Views: 2583

Re: Gesture_Demo.mcp32 compile problem

Filip thanks for your help. I am still having a problem where the Mikromedia 5 LCD resets every 24-25 seconds. I have attached the hex file displaying the behavior but changed its extension to a .zip so it could be uploaded here. If it matters on your end please change the extension back to .hex.
by christopher.thorpe
31 Oct 2023 13:16
Forum: mikroC PRO for PIC32 General
Topic: Gesture_Demo.mcp32 compile problem
Replies: 11
Views: 2583

Re: Gesture_Demo.mcp32 compile problem

Sure here is my project attached.
by christopher.thorpe
27 Oct 2023 05:01
Forum: mikroC PRO for PIC32 General
Topic: Gesture_Demo.mcp32 compile problem
Replies: 11
Views: 2583

Re: Gesture_Demo.mcp32 compile problem

I am experiencing the same issue as described above in this thread. I am using MikroC Pro for PIC32 version 4.0.0 To get it to compile I had to convert TFT_Init_SSD1963_Board_50(800, 480); to TFT_Init_SSD1963(800, 480); because it was getting the error below. "74 324 Undeclared identifier 'TFT_Init_...

Go to advanced search