Qbasicnews.com

Full Version: Some 7-segment digit gfx
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

If you want to use them in your programm, all i want is a line in the credits.

[Image: digits.png]

EDIT: An for all who fancy a nice glowing green:

[Image: digitsgreen.png]

Same simple licence Wink

I made them for usage under SDL, but it should be a formality converting them to the libary you need Wink

So Long, The Werelion!
(Who would fancy an upload feature in this board for such small files)
Try: www.Quickhost.tk or www.qh2.qbtk.com (Same)

Free file hosting, run by FBTK and former QBTK team
@Z!re:
I use my own hosting service as i dont know how long it will be hostet there were you pointed me. ANd i like to have something hostet at least as long as the post prunning doesnt delete the coresponding post.

@All:
If anybody needs an inspiration for usage with SDL, feel free to use the following:
Code:
dim shared drawarea as SDL_Rect
dim shared drawarea2 as SDL_Rect

dim shared digit as SDL_Surface ptr
dim shared video as SDL_Surface ptr

sub DrawDigit(drawdigitnum%,drawdigitx%,drawdigity%)
   drawarea2.x = drawdigitnum%*48
   drawarea2.y = 0
   drawarea2.w = 48
   drawarea2.h = 70

   drawarea.x = drawdigitx%
   drawarea.y = drawdigity%

   SDL_BlitSurface(digit,@drawarea2,video,@drawarea)
end sub
It's all on the site...

90days is how long it'll stay. Well above post pruning =)


But it's up to you Big Grin