Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some 7-segment digit gfx
#1
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)
color=red]Look at you, Hacker. A pathetic creature of meat and bone, panting and sweating as you run through my corridors. How can you challenge a perfect, immortal machine?" - Shodan, AI at Citadel Station orbiting Earth[/color]
Reply
#2
Try: www.Quickhost.tk or www.qh2.qbtk.com (Same)

Free file hosting, run by FBTK and former QBTK team
Reply
#3
@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
color=red]Look at you, Hacker. A pathetic creature of meat and bone, panting and sweating as you run through my corridors. How can you challenge a perfect, immortal machine?" - Shodan, AI at Citadel Station orbiting Earth[/color]
Reply
#4
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)