I didn’t use any application to create gui. The gui is my own invention :) and it consists mainly from lines of different colors and widths, icons in the main menu I found on the net and then using bmp2h_conv v6.0, i’ve converted them to C arrays. Other graphics like little arrows (left,up,down,refresh) displayed on the buttons, return arrow and speaker I drawn in some kind of program for font generation (which name I don’t remember because it was long time ago).
@zooto68 It’s almost from scratch my code. ‘Almost’, because the main idea how to control this device I took from the way is build menu in the avr butterfly. To this idea I’ve added code which pretty well works with my touchscreen driver (which is based on information took from application notes from avr, nxp and polish magazine - EP).
wat gui design software did u use to design the display graphics?
LJDEST5 2 months ago
@LJDEST5 @GHHOTBOYZ
I didn’t use any application to create gui. The gui is my own invention :) and it consists mainly from lines of different colors and widths, icons in the main menu I found on the net and then using bmp2h_conv v6.0, i’ve converted them to C arrays. Other graphics like little arrows (left,up,down,refresh) displayed on the buttons, return arrow and speaker I drawn in some kind of program for font generation (which name I don’t remember because it was long time ago).
pawellrad 2 months ago
Comment removed
GHHOTBOYZ 2 months ago
Yep, impressive coding skills.
DhrTressie 3 months ago
What display is that? It's nice.
zooto68 4 months ago
@zooto68 PT0282432T-A802 ( HX8347-A) from PALM TECHNOLOGY
pawellrad 3 months ago
@pawellrad Is it your own code from scratch to control it or do you use a library somewhere?
zooto68 3 months ago
@zooto68 It’s almost from scratch my code. ‘Almost’, because the main idea how to control this device I took from the way is build menu in the avr butterfly. To this idea I’ve added code which pretty well works with my touchscreen driver (which is based on information took from application notes from avr, nxp and polish magazine - EP).
pawellrad 3 months ago
could you share ethernet part or your project?
or link where i can get some information.
Thank you for answers and suggestions!)
akzamit 7 months ago
Great thing!
do you ose any OS here?
akzamit 7 months ago
@akzamit I don't use any OS.
pawellrad 7 months ago
Great job on the TFT programming.
Landcruiser45 8 months ago
Great project. The IHM is amazing.Do you use some libs or do you write everything ?
f4fez 9 months ago
@f4fez Thx. I wrote most of the code except TCP/IP stack ( I’m using free TCP/IP stack the lwIP ) and Ethernet driver.
pawellrad 8 months ago