evangel159
Registered: 27/06/12 Posts: 6
|
|
Posted 03/07/12 at 04:54 AM
|
Reply with quote
#1
|
|
Hi
I'm just trying the model uLCD-43PT, but I sthil can nor use it properly, may some one can share me a simple example for this model, I'll be graceful
Many thanks
|
|
Loading...
|
|
ESPsupport
Moderator
Registered: 27/01/09 Posts: 4,275
|
|
Posted 03/07/12 at 08:44 AM
|
Reply with quote
#2
|
|
Most of the samples in the Picaso GFX2 folder should work. All you need to do is change the Platform statement to 'uLCD-43pt_GFX2' and the samples should 'work'.
Since the orientation appears different you may need to add
gfx_Set(SCREEN_MODE, LANDSCAPE) ; // or PORTRAIT
if required
|
|
Loading...
|
|
evangel159
Registered: 27/06/12 Posts: 6
|
|
Posted 03/07/12 at 10:36 AM
|
Reply with quote
#3
|
|
First of all thanks for your answer
But I already did it but still appears the message "target incompatible".
Thanks for your help
|
|
Loading...
|
|
ESPsupport
Moderator
Registered: 27/01/09 Posts: 4,275
|
|
Posted 03/07/12 at 11:02 AM
|
Reply with quote
#4
|
|
|
Can you post the full text of that message, along with what you have set in the platform statement (hmm, the combobox, shouldn't change the platform statement directly) and the model of display you have.
|
|
Loading...
|
|
evangel159
Registered: 27/06/12 Posts: 6
|
|
Posted 04/07/12 at 04:46 AM
|
Reply with quote
#5
|
|
Hi
The full message is: Target incompatible , the source code has been compiled for a uLCD-32PT_GFX2. The target platform uLCD-32PT_GFX2 is incompatible. Please recompile with the correct platform settings or use a uLCD-32PT_GFX2.
I must have an uSD card to use the system?
Thanks for your help
|
|
Loading...
|
|
ESPsupport
Moderator
Registered: 27/01/09 Posts: 4,275
|
|
Posted 04/07/12 at 11:01 AM
|
Reply with quote
#6
|
|
Some demos require a uSD card, it should be stated in the comments which ones do.
That's really odd, for starters you said you have a uLCD-43PT, secondly you changed the platform to uLCD-43PT_GFX2, thirdly that message only comes up when the two are different whereas it seems to be the same from what you are saying.
Can you put up a screen shot showing the message, the first few lines of the source and the various information at the top of the workshop screen?
|
|
Loading...
|
|