Jump to content

LED BANNER


dexxa
 Share

Recommended Posts

this creates a gui that looks like a led banner. it displays some text and loops it. it reads from a file called banner.txt in my documents. you can change the size of it. make sure u change both $Pixel_Size, $Spacing and make $Spacing bigger than $Pixel_Size. it's kinda slow. needs more optimizations.

you need char_def.au3.

banner.au3

Char_Def.au3

Link to comment
Share on other sites

I like this idea - nice.

But without optimization it's VERY SLOW - unusable.

It could be optimized the way using SetPixel instead of labels and using hidden memory bitmap & BitBlt from memory DC to window DC.

See BlackJack in examples where I did such optimizations.

I dont look at the source at all..

But with guictrlcreategrapic?

-jaenster

Link to comment
Share on other sites

I dont look at the source at all..

But with guictrlcreategrapic?

simpler, labels, lots of them.

it starts out fast because initially there are less labels to manipulate. and as it scrolls, it has to change more labels.

my code only changes the labels that have to be change and nothing more. i am not sure how to further optimize it..... :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...