New gLCD E-blocks

For E-blocks user to discuss using E-blocks and programming for them.

Moderators: Benj, Mods

Post Reply
beambase
Posts: 94
Joined: Wed Jul 29, 2009 5:15 pm
Has thanked: 6 times
Been thanked: 8 times

New gLCD E-blocks

Post by beambase »

Hello
some months ago there was a thread about some new E-blocks based on 4D Systems LCD screens. Any news when they will be available and what the spec will be?

User avatar
Steve
Matrix Staff
Posts: 3431
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: New gLCD E-blocks

Post by Steve »

They are currently in production and will be available within a few weeks. There are 4 new products based on these displays:
  • 1.44" TFT LCD (with joypad)
  • 1.5" OLED (with joypad)
  • 3.2" TFT LCD (with touchscreen)
  • VGA output
Each has an integral SD card socket which can be used to display images, videos and sound files.

More details will be released shortly.

User avatar
JohnCrow
Valued Contributor
Valued Contributor
Posts: 1367
Joined: Wed Sep 19, 2007 1:21 pm
Location: Lincolnshire
Has thanked: 364 times
Been thanked: 716 times

Re: New gLCD E-blocks

Post by JohnCrow »

Sounds like my credit card will be getting some more execise :)
1 in 10 people understand binary, the other one doesn't !

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times

Re: New gLCD E-blocks

Post by medelec35 »

Wow 3.2" TFT LCD (with touchscreen),
That's definitely on my wish list to purchase when available!
Martin

Steve001
Valued Contributor
Valued Contributor
Posts: 1189
Joined: Wed Dec 31, 2008 3:37 pm
Has thanked: 460 times
Been thanked: 523 times

Re: New gLCD E-blocks

Post by Steve001 »

JohnCrow wrote:Sounds like my credit card will be getting some more execise :)

SNAP !! :D
Success always occurs in private and failure in full view.

benp
Posts: 155
Joined: Sat Mar 28, 2009 5:44 pm
Location: LYON FRANCE
Has thanked: 3 times
Been thanked: 41 times

Re: New gLCD E-blocks

Post by benp »

I have some project on 4dsystem 0.96" display.
The macro for 1.5" EB075 should almost work(maybe nothing to modify).
Is it possible for you to adapt the simulation to 0.96"?
Is it possible to simulate SD card?
Regards
INSA 1er cycle GCP projects with or without eblocks:
http://www.youtube.com/user/INSAgcp

User avatar
Steve
Matrix Staff
Posts: 3431
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: New gLCD E-blocks

Post by Steve »

benp wrote:I have some project on 4dsystem 0.96" display.
The macro for 1.5" EB075 should almost work(maybe nothing to modify).
Is it possible for you to adapt the simulation to 0.96"?
Is it possible to simulate SD card?
Simulations in Flowcode are surprisingy difficult to create and maintain, so this is not as easy as you'd expect. So in the short term, we have no plans to make these changes.

However, we are currently rewriting the component interface so that component creation is much simpler. We intend to publish this component creator tool (either as an interim release of V5, or as part of a V6 release next year) so that all Flowcode users can create or modify Flowcode components.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: New gLCD E-blocks

Post by Benj »

Hello,

The Flowcode component macros should all work fine with the display as long as you select the correct display type in the properties i.e. goldelox or picaso.

I would also strongly recommend using a hardware UART on your project if possible. The software UART works but can be a bit less reliable due to the nature of the data polling. Also any interrupts in the program can effect the software RS232 baud. There are known work arounds for these problems if you must use a software UART.

I'm afraid there is no current gLCD simulation regarding the SD card functions and indeed any of the advanced 4D functions.

User avatar
Jay Dee
Posts: 398
Joined: Tue Aug 18, 2009 6:42 pm
Has thanked: 121 times
Been thanked: 154 times

Re: New gLCD E-blocks

Post by Jay Dee »

Hi,
Has anyone made any good progress with these new 4D eblocks yet? A customer has asked for a graphic display to be added to a project, (I'm sure they think its a simple 5 minute job :roll: ) it would require several text and numerics updating as well as some graphical indicators and possibly bar level indicators. I checked the FC component and it covers drawing graphics pixel at a time or importing compleate images. The 4D site seems to imply they have widgets or similar which would significantly simplify the work, has anyone used such things?
Cheers guys, J.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: New gLCD E-blocks

Post by Benj »

Hello,

I have had a go with printing sprites from the sd card mounted on the back of the displays. It works pretty well but you have to spend some time getting to grips with the 4D graphics composer. Probably looking at a few hours to really get to grips with it all and then design a good looking GUI.

benp
Posts: 155
Joined: Sat Mar 28, 2009 5:44 pm
Location: LYON FRANCE
Has thanked: 3 times
Been thanked: 41 times

Re: New gLCD E-blocks

Post by benp »

I did one project with a 4d system display before it was mount on an eblock.
The development was not very easy because no simulation was possible.
It is possible to do a nice design with circles, point, text...
But the best and quickest way to design nice screens is the use of bmp or jpg images from sd card.
The easiest way to store images is with the usb to serial adapter from 4d system and the software provided by 4d system.
You can copy the command number shown int the software intoflowcode to use successfully the display!

Now, with the new EBlocks, it should be easier because there are macro and simulation(I didn't test it).
Regards
INSA 1er cycle GCP projects with or without eblocks:
http://www.youtube.com/user/INSAgcp

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: New gLCD E-blocks

Post by Benj »

Now, with the new EBlocks, it should be easier because there are macro and simulation(I didn't test it).
I think the simulation only goes as far as the standard gLCD E-blocks and does not support things like reading / writing sprites or drawing circles etc.

Post Reply