hi everyone; i want to change the location of progress bar for my A70 LCD. progress bar starts from the middle of the lcd and finishes like A70 is a 3.5'' LCD. i tried to change it from the options.h(for mini 6410) #define PROGRESS_BAR_TOP 460 #define PROGRESS_BAR_LEFT 20 #define PROGRESS_BAR_WIDTH (LCD_WIDTH - 2 * PROGRESS_BAR_LEFT) #define PROGRESS_BAR_HEIGHT 6 i changed the values from top and top but after building image nathing changed. for mini 2440 these lines(PROGRES_BAR...) does not exist at options.h what should i do? thanks for answers. hassan
progress bar location
I can only help you with mini2440. Are you editing nboot and recompiling it ? because in WinCE there is no (simple) way to draw a progress bar, you can change something in the boot ( where the StartLogoImage is loaded ). can you tell the path for the options.h ? thanks Cristiano