Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
July 29, 2010, 08:06:36 20:06


Login with username, password and session length


Pages: [1] 2 3  All
Print
Author Topic: The Long Awaited Easygui  (Read 8707 times)
0 Members and 1 Guest are viewing this topic.
khan_yousaf
Junior Member
**
Offline Offline

Posts: 50

Thank You
-Given: 20
-Receive: 76


« on: September 17, 2009, 09:45:15 21:45 »

Guys cheer up . Grin Given below is the link for EasyGUI 5.3 but someone needs to crack it Wink
http://rapidshare.com/files/281457265/data.rar



« Last Edit: October 09, 2009, 01:39:32 13:39 by SONSiVRi » Logged
disth
Junior Member
**
Offline Offline

Posts: 56

Thank You
-Given: 0
-Receive: 34


« Reply #1 on: September 17, 2009, 11:26:26 23:26 »

need password for extra it!!
Logged
svicent
Newbie
*
Offline Offline

Posts: 9

Thank You
-Given: 1
-Receive: 6


« Reply #2 on: September 17, 2009, 11:34:19 23:34 »

password = sonsivri
Logged
disth
Junior Member
**
Offline Offline

Posts: 56

Thank You
-Given: 0
-Receive: 34


« Reply #3 on: September 17, 2009, 11:47:42 23:47 »

very easy to xxx it!!!
go to offset 0x13aa78:
558BEC6A00-------->33C040C390
Logged
senthils2k
Junior Member
**
Offline Offline

Posts: 78

Thank You
-Given: 27
-Receive: 6


« Reply #4 on: September 18, 2009, 08:01:18 08:01 »

any color version
Logged
riteshjain_82
Junior Member
**
Offline Offline

Posts: 90

Thank You
-Given: 31
-Receive: 31


« Reply #5 on: September 18, 2009, 08:10:10 08:10 »

but how to find the offset?
Logged
aamir
Senior Member
****
Offline Offline

Posts: 426

Thank You
-Given: 22
-Receive: 161


« Reply #6 on: September 18, 2009, 08:27:29 08:27 »

U can use any hex editor which have function go to offset then change bytes as asked
Logged
mr.nobody
Newbie
*
Offline Offline

Posts: 22

Thank You
-Given: 36
-Receive: 6


« Reply #7 on: September 18, 2009, 07:52:38 19:52 »

For those with problems here is the patch.
Copy the patch in the easyGUI installed folder and run it.

http://rapidshare.com/files/281867540/patch_easyGUI.rar
« Last Edit: September 20, 2009, 12:32:35 12:32 by mr.nobody » Logged
khan_yousaf
Junior Member
**
Offline Offline

Posts: 50

Thank You
-Given: 20
-Receive: 76


« Reply #8 on: September 19, 2009, 05:23:38 05:23 »

Sorry i had to delete the first file . The new address is as below

http://rapidshare.com/files/282022617/GUI.rar

Enjoy

Posted on: September 19, 2009, 05:10:05 05:10 - Automerged

And here is the easyGUI translate component Wink

http://rapidshare.com/files/282028910/trans.rar
Logged
khan_yousaf
Junior Member
**
Offline Offline

Posts: 50

Thank You
-Given: 20
-Receive: 76


« Reply #9 on: September 21, 2009, 06:18:11 06:18 »

Here is the PCSIM toolkit for easyGUI  Smiley

http://rapidshare.com/files/282878727/pcsim_5.3.0.zip







We can only make a difference in the world if we believe we can.....
Logged
bezobraznic
Newbie
*
Offline Offline

Posts: 32

Thank You
-Given: 41
-Receive: 22


« Reply #10 on: September 22, 2009, 07:37:48 19:37 »

There is no LCDcontroller setup option Sad.
May be not full craked?
Logged
Ichan
Senior Member
****
Offline Offline

Posts: 263

Thank You
-Given: 98
-Receive: 96



WWW
« Reply #11 on: October 06, 2009, 07:27:00 19:27 »

Driver selection is in the source code, from the manual:
Quote
Selecting a display driver
At the top of GuiDisplay.c is a number of compiler directives. One of them should be activated, corresponding to the desired display driver. When the target system is up and running the other display drivers may be deleted, if desired.

The top of GuiDisplay.c:
Code:
/* ************************************************************************ */
/*                                                                          */
/*                     (C)2004-2007 IBIS Solutions ApS                      */
/*                            sales@easyGUI.com                             */
/*                             www.easyGUI.com                              */
/*                                                                          */
/*                      easyGUI display driver unit                         */
/*                                v5.3.0f                                   */
/*                                                                          */
/* ************************************************************************ */

#include "GuiConst.h"
#include "GuiDisplay.h"
#include "GuiLib.h"
#include <stdlib.h>

// Select LCD Controller Type by removing double slashes:
// ------------------------------------------------------
// #define LCD_CONTROLLER_TYPE_BVGP
// #define LCD_CONTROLLER_TYPE_HD61202_2H
// #define LCD_CONTROLLER_TYPE_HD61202_4H
// #define LCD_CONTROLLER_TYPE_HD61202_2H2V
// #define LCD_CONTROLLER_TYPE_LH155BA
// #define LCD_CONTROLLER_TYPE_LH75401
// #define LCD_CONTROLLER_TYPE_NJU6450A
// #define LCD_CONTROLLER_TYPE_PCF8548
// #define LCD_CONTROLLER_TYPE_RA8822
// #define LCD_CONTROLLER_TYPE_S1D13505
// #define LCD_CONTROLLER_TYPE_S1D13700
// #define LCD_CONTROLLER_TYPE_S1D13705
// #define LCD_CONTROLLER_TYPE_S1D13706
// #define LCD_CONTROLLER_TYPE_S1D13A04
// #define LCD_CONTROLLER_TYPE_S1D13A05
// #define LCD_CONTROLLER_TYPE_S1D15721
// #define LCD_CONTROLLER_TYPE_S6B0741
// #define LCD_CONTROLLER_TYPE_SED1335
// #define LCD_CONTROLLER_TYPE_SSD0323
// #define LCD_CONTROLLER_TYPE_SSD1815
// #define LCD_CONTROLLER_TYPE_ST7529
// #define LCD_CONTROLLER_TYPE_ST7541
// #define LCD_CONTROLLER_TYPE_ST7565
// #define LCD_CONTROLLER_TYPE_T6963
// #define LCD_CONTROLLER_TYPE_UC1608
// #define LCD_CONTROLLER_TYPE_UC1611
// #define LCD_CONTROLLER_TYPE_UPD161607

-ichan
Logged

There is Gray, not only Black or White.
khan_yousaf
Junior Member
**
Offline Offline

Posts: 50

Thank You
-Given: 20
-Receive: 76


« Reply #12 on: October 07, 2009, 05:07:00 05:07 »

Mr. ICAN  have you generated any working source code template with easyGUI? If yes will you kindly share it?

Logged
Ichan
Senior Member
****
Offline Offline

Posts: 263

Thank You
-Given: 98
-Receive: 96



WWW
« Reply #13 on: October 07, 2009, 05:58:49 05:58 »

I am still learning this good tools, we'll see the result in several days.

-ichan
Logged

There is Gray, not only Black or White.
Ichan
Senior Member
****
Offline Offline

Posts: 263

Thank You
-Given: 98
-Receive: 96



WWW
« Reply #14 on: October 08, 2009, 10:25:56 22:25 »

This tool is really good!

Here is a test for ATMega128 - LCD 128x64 KS0108  - WinAVR.

-ichan
Logged

There is Gray, not only Black or White.
Ichan
Senior Member
****
Offline Offline

Posts: 263

Thank You
-Given: 98
-Receive: 96



WWW
« Reply #15 on: October 09, 2009, 05:11:18 05:11 »

Sorry, forgot to include the .hex file - for instant review on proteus.

-ichan
Logged

There is Gray, not only Black or White.
khan_yousaf
Junior Member
**
Offline Offline

Posts: 50

Thank You
-Given: 20
-Receive: 76


« Reply #16 on: October 09, 2009, 05:16:19 05:16 »

Quote
Here is a test for ATMega128 - LCD 128x64 KS0108  - WinAVR.

-ichan
No problem for the hex.... i compiled it with Winavr and got the .elf file  Cheesy
Have you tested it with real hardware?

Logged
snoop911
Newbie
*
Offline Offline

Posts: 17

Thank You
-Given: 8
-Receive: 7


« Reply #17 on: October 09, 2009, 05:26:16 05:26 »

Ichan, is that Proteus?  You can simulate lcd/controllers with proper libraries??  Looks pretty cool!   I see there is a thread for Proteus Pro 7.4 SP3 ( 6.2 Prerelease patch by SCG ), but have never tried it.

Anyways, how easy it to add lcd controllers to easygui?  It doesn't seem to support the lcd controllers from sparkfun (i.e. ssd1329, ssd1339, philips PCD8544, SH/HS1101A, etc)

 
Logged
khan_yousaf
Junior Member
**
Offline Offline

Posts: 50

Thank You
-Given: 20
-Receive: 76


« Reply #18 on: October 09, 2009, 05:47:57 05:47 »

Quote
Ichan, is that Proteus?  You can simulate lcd/controllers with proper libraries??  Looks pretty cool!   I see there is a thread for Proteus Pro 7.4 SP3 ( 6.2 Prerelease patch by SCG ), but have never tried it.

yes ....man it is proteus and it is pretty easier to do anything with it.... Grin
Logged
senthils2k
Junior Member
**
Offline Offline

Posts: 78

Thank You
-Given: 27
-Receive: 6


« Reply #19 on: October 09, 2009, 06:26:01 06:26 »

Can u post small tutorial about how to use that one from top to bottom?

This tool is really good!

Here is a test for ATMega128 - LCD 128x64 KS0108  - WinAVR.

-ichan
Logged
khan_yousaf
Junior Member
**
Offline Offline

Posts: 50

Thank You
-Given: 20
-Receive: 76


« Reply #20 on: October 09, 2009, 01:26:06 13:26 »

Quote
Can u post small tutorial about how to use that one from top to bottom?
Open up the WinAVR project file in AVRstudio (you can download it from the atmel website)....
Include the c files in the project....
compile the project
You will have two usable output files i.e a .hex file and a .elf file both of which you can use in proteus.
Logged
senthils2k
Junior Member
**
Offline Offline

Posts: 78

Thank You
-Given: 27
-Receive: 6


« Reply #21 on: October 09, 2009, 01:51:06 13:51 »

i am looking starting from easygui to hex file creation.

Open up the WinAVR project file in AVRstudio (you can download it from the atmel website)....
Include the c files in the project....
compile the project
You will have two usable output files i.e a .hex file and a .elf file both of which you can use in proteus.
Logged
Ichan
Senior Member
****
Offline Offline

Posts: 263

Thank You
-Given: 98
-Receive: 96



WWW
« Reply #22 on: October 09, 2009, 06:41:50 18:41 »

Here is the Quick Tutorial attached, have FUN!

Quote
Have you tested it with real hardware?
Not yet, i am going to test it on LPC2378 as it is my current work.

Quote
It doesn't seem to support the lcd controllers from sparkfun (i.e. ssd1329, ssd1339, philips PCD8544, SH/HS1101A, etc)
No, EasyGUI support a lot of LCD controller see at http://www.easygui.com/lcdcontrollers.asp?sc=9&me=13&sub=25 but communicating with the LCD hardware is the most detail and hard thing. Proteus instead, have some limited LCD device.

Quote
Can u post small tutorial about how to use that one from top to bottom?
Here you go!

Many thanks to the uploader and the cr@cker.

-ichan
Logged

There is Gray, not only Black or White.
khan_yousaf
Junior Member
**
Offline Offline

Posts: 50

Thank You
-Given: 20
-Receive: 76


« Reply #23 on: October 09, 2009, 07:54:34 19:54 »

Ichan! you seem to be using an earlier version of Proteus because the latest version of AVR studio .elf file when loaded into the atmega128 seems to generate errors....What is the Proteus version that you are using?
Logged
Ichan
Senior Member
****
Offline Offline

Posts: 263

Thank You
-Given: 98
-Receive: 96



WWW
« Reply #24 on: October 09, 2009, 08:18:44 20:18 »

I use Proteus 7.2 SP6 but the AVR.DLL is from 7.2 SP0, discussed in this thread:

http://www.sonsivri.com/forum/index.php?topic=4788.0

There is problem with AVR.DLL of cracked 7.2 SP6, I have not try any newer version yet.

-ichan
Logged

There is Gray, not only Black or White.
Pages: [1] 2 3  All
Print

Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.com ...
Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC