HC collection

If you have a splash screen design you would like to share. Post it here!
Post Reply
User avatar
HC1969
Posts: 421
Joined: Wed Dec 28, 2011 8:47 am
Country: Hungary
Location: Istvan Magi
Contact:

HC collection

Post by HC1969 »

To my design:

Image
Image
Image
Image
http://rc.emiter.hu/ (MegaSound 9X, GCL-2, FrSky-RSSI-DAC, etc.) Keress fel!

User avatar
cre8tiveleo
Posts: 1434
Joined: Tue Dec 27, 2011 6:13 pm
Country: -
Location: Ontario,(GTA North)
Contact:

Re: HC collection

Post by cre8tiveleo »

Good stuff!

Keep them coming!
User avatar
erazz
9x Developer
Posts: 682
Joined: Tue Dec 27, 2011 6:25 pm
Country: -
Location: NJ-USA
Contact:

Re: HC collection

Post by erazz »

Nice, I like the second one :)


I guess we let the genie out of the bottle with this mod. I guess that everyone just wants to "pimp" their radios :P
Z

BEWARE - WE ARE IN THE AIR!!!
What goes up... Should be controlled by a 9X!
User avatar
HC1969
Posts: 421
Joined: Wed Dec 28, 2011 8:47 am
Country: Hungary
Location: Istvan Magi
Contact:

Re: HC collection

Post by HC1969 »

Thanks!
If you have time, do it! ;)
http://rc.emiter.hu/ (MegaSound 9X, GCL-2, FrSky-RSSI-DAC, etc.) Keress fel!
User avatar
HC1969
Posts: 421
Joined: Wed Dec 28, 2011 8:47 am
Country: Hungary
Location: Istvan Magi
Contact:

Re: HC collection

Post by HC1969 »

I can not test!
When does will recompile the Windows version (eePe with new splash screen upload function)?
http://rc.emiter.hu/ (MegaSound 9X, GCL-2, FrSky-RSSI-DAC, etc.) Keress fel!

User avatar
cre8tiveleo
Posts: 1434
Joined: Tue Dec 27, 2011 6:13 pm
Country: -
Location: Ontario,(GTA North)
Contact:

Re: HC collection

Post by cre8tiveleo »

The windows one has been done for a few days. It doesn't auto update from within eepe.
Goto the eepe google site, and download it from the main page link.

You'll see a new icon on the top bar that lets you change your splash screen.

You also need the latest firmware for your radio.

It's a blast, and again, good work!

Cheers.
User avatar
cre8tiveleo
Posts: 1434
Joined: Tue Dec 27, 2011 6:13 pm
Country: -
Location: Ontario,(GTA North)
Contact:

Re: HC collection

Post by cre8tiveleo »

erazz wrote:...I guess that everyone just wants to "pimp" their radios :P

And people asked me why would anyone want to do that... 8-) :mrgreen:

Pimped out and righteous with ER9x yo! yeaahhh boy! Bling bling, with er9x, my radio sing.


Now.. about addign an animated splash screen... you know it, they want it... :D (okay maybe with the new skyboard.. more memory.. sd card, that would be cool.. it's a 'just cause we can' type of thing.) 5 frame animated b/w gif. sure... why not... la la la..
User avatar
MikeB
9x Developer
Posts: 17990
Joined: Tue Dec 27, 2011 1:24 pm
Country: -
Location: Poole, Dorset, UK

Re: HC collection

Post by MikeB »

Probably OK on the new board. A full splash screen is 1K bytes, maybe have a main background screen, then a much smaller part is the actual animation, say 24x16. Each 'frame' would then only be 48 bytes.
Also, is it worth trying to compress the splash image, or will the uncompress code take up as much space as is saved?

Mike.
erskyTx/er9x developer
The difficult we do immediately,
The impossible takes a little longer!
User avatar
cre8tiveleo
Posts: 1434
Joined: Tue Dec 27, 2011 6:13 pm
Country: -
Location: Ontario,(GTA North)
Contact:

Re: HC collection

Post by cre8tiveleo »

Just an idea I had. Also with a compressed file, which is faster, decompressing data then displaying it, or just displaying it.
Sometimes compressed data takes more than uncompressed too, depends on the method.

Again, it was a thought, and definately more suited for the new board. I've made some warning symbols too for the radio, alert graphics, instead of just text.. :) (just playing around with stuff) and thread jacking... :mrgreen:
User avatar
erazz
9x Developer
Posts: 682
Joined: Tue Dec 27, 2011 6:25 pm
Country: -
Location: NJ-USA
Contact:

Re: HC collection

Post by erazz »

I actually started work on compressing images and displaying compressed eimages and 5 frame "flicks"

The pictures should actually compress really well as they are pretty simple. Not to much time to deal with it though...
Z

BEWARE - WE ARE IN THE AIR!!!
What goes up... Should be controlled by a 9X!
User avatar
cre8tiveleo
Posts: 1434
Joined: Tue Dec 27, 2011 6:13 pm
Country: -
Location: Ontario,(GTA North)
Contact:

Re: HC collection

Post by cre8tiveleo »

Ooooo...

Nice, well, at least it's a thought. Not a necessity, just a nicity... nicety.. nicehty... c**p english. Wich witch is which?

Animated splash... tres chic!
User avatar
MikeB
9x Developer
Posts: 17990
Joined: Tue Dec 27, 2011 1:24 pm
Country: -
Location: Poole, Dorset, UK

Re: HC collection

Post by MikeB »

Just had a 'play' with the compiler. Ifm you define the splash image as:
unsigned char __attribute__ ((section (".fini7")))s9xsplash[] = {
Then the splash image becomes the LAST item stored in the flash, even after all the library routines are linked in. This means it could be of variable length. So, as long as there is a structure defining the format of any splash image (with animation parts), we could load anything as long as it still fits in the flash.
There are several .fini sections that may be used for this positioning.

Mike.
erskyTx/er9x developer
The difficult we do immediately,
The impossible takes a little longer!
User avatar
cre8tiveleo
Posts: 1434
Joined: Tue Dec 27, 2011 6:13 pm
Country: -
Location: Ontario,(GTA North)
Contact:

Re: HC collection

Post by cre8tiveleo »

so... like multiple flash images, or on that's 1028x64, and 'blit' every 128 pixels into the frame,, and have a 10 frame animation? :D or a random flash page every time you boot up, if you load it up with 2,3 or more images? Hmmmmm...
User avatar
HC1969
Posts: 421
Joined: Wed Dec 28, 2011 8:47 am
Country: Hungary
Location: Istvan Magi
Contact:

Re: HC collection

Post by HC1969 »

cr8tive_leo wrote:The windows one has been done for a few days. It doesn't auto update from within eepe.
Goto the eepe google site, and download it from the main page link.

You'll see a new icon on the top bar that lets you change your splash screen.

You also need the latest firmware for your radio.

It's a blast, and again, good work!

Cheers.
Thanks! :D
http://rc.emiter.hu/ (MegaSound 9X, GCL-2, FrSky-RSSI-DAC, etc.) Keress fel!
User avatar
HC1969
Posts: 421
Joined: Wed Dec 28, 2011 8:47 am
Country: Hungary
Location: Istvan Magi
Contact:

Re: HC collection

Post by HC1969 »

Image
:D
http://rc.emiter.hu/ (MegaSound 9X, GCL-2, FrSky-RSSI-DAC, etc.) Keress fel!
User avatar
jhsa
Posts: 19480
Joined: Tue Dec 27, 2011 5:13 pm
Country: Germany

Re: HC collection

Post by jhsa »

Me like it :mrgreen: ;)
My er9x/Ersky9x/eepskye Video Tutorials
https://www.youtube.com/playlist?list=PL5uJhoD7sAKidZmkhMpYpp_qcuIqJXhb9

Donate to Er9x/Ersky9x:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YHX43JR3J7XGW
User avatar
cre8tiveleo
Posts: 1434
Joined: Tue Dec 27, 2011 6:13 pm
Country: -
Location: Ontario,(GTA North)
Contact:

Re: HC collection

Post by cre8tiveleo »

^^^ Yeah that!

Noice! 8-)

Post Reply

Return to “Splash Screen Library”