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
What display is that? It's nice.
zooto68 3 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