Search found 20 matches

by uzebox321
Tue Oct 08, 2013 6:03 am
Forum: Games & Demos
Topic: Uzebox: what going on!?
Replies: 28
Views: 18473

Uzebox: what going on!?

Since we all hijacked the original thread, I decided to change the subject of the topic.
by uzebox321
Fri Oct 04, 2013 6:25 am
Forum: Programming & Software
Topic: image
Replies: 2
Views: 2031

Re: image

I réedit graphics.png of megatris and put in graphic inside
it does 12ko in png and when make gconvert
the graphics.inc does 427ko it s lot
it not show on uzebox

give me help
by uzebox321
Thu Oct 03, 2013 7:31 am
Forum: Programming & Software
Topic: image
Replies: 2
Views: 2031

image

I sucess to convert a image of 600*400 with gconvert but i can't show on uzebox other resolution not sucess help me size of array is too large thank you #include <stdbool.h> #include <avr/io.h> #include <stdlib.h> #include <avr/pgmspace.h> #include "kernel/uzebox.h" #include "data/fon...
by uzebox321
Wed Oct 02, 2013 10:47 am
Forum: Programming & Software
Topic: Photo on uzebox
Replies: 4
Views: 2715

Re: Photo on uzebox

hello I look for code in c for show photo.inc why put after int main for show photo.inc on screen thank you /* * Uzebox quick and dirty tutorial * Copyright (C) 2008 Alec Bourque * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public L...
by uzebox321
Tue Oct 01, 2013 6:38 pm
Forum: Programming & Software
Topic: Game tutorial
Replies: 3
Views: 2078

Re: Game tutorial

where is link tutorial on the wiki ?

thank you
by uzebox321
Tue Oct 01, 2013 3:14 pm
Forum: Programming & Software
Topic: Photo on uzebox
Replies: 4
Views: 2715

Re: Photo on uzebox

photo.png normal is not make by gconvert say not PNG-8 256 colors
do exist converter in PNG 8 for .png

thank you
by uzebox321
Tue Oct 01, 2013 12:04 pm
Forum: Programming & Software
Topic: Photo on uzebox
Replies: 4
Views: 2715

Photo on uzebox

i want transform whole photo photo.png 130*63 in whole photo.inc for show in uzebox tv simple for make a sdcard photo on uzebox but how do the config.xml thank you for sample <?xml version="1.0" ?> <gfx-xform version="1"> <input file="urbanmess.png" type="png"...
by uzebox321
Tue Oct 01, 2013 5:26 am
Forum: Programming & Software
Topic: Game tutorial
Replies: 3
Views: 2078

Game tutorial

Do exist tutorial to do a little game and graphic on uzebox explaining what sofware used step by step

thank you
by uzebox321
Sun Sep 29, 2013 5:18 am
Forum: Programming & Software
Topic: programm
Replies: 2
Views: 1800

programm

is programm in spaceinvaders.c generated ataumatically as graphic with gconvert or Leplatz A utility which to create automatic invaders.c with graphs with odre for sprites and to create then invaders.uze automatic would be welcome kind to gamemaker http://bentibbetts.net/animo/gamemaker53.zip for wi...
by uzebox321
Sat Sep 28, 2013 11:24 am
Forum: Games & Demos
Topic: spaceinvader
Replies: 0
Views: 4685

spaceinvader

#define PLAYER_START_LIVES 10

10 lives for space invader in spaceinvaders.c

how put this line of programm and graphic together
with a only programm

thank you