CosminLazar / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

Add info for SDL display #241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
is it possible to add some basic information for using the library on the 
desktop (SDL)?

Thanks,
George

Original issue reported on code.google.com by giann...@gmail.com on 2 Mar 2014 at 5:19

GoogleCodeExporter commented 9 years ago
What kind of information do you need? SDL support is already implemented, but 
not really documented. Probably best is to follow some of the examples.

Init is like this (c-interface):
u8g_Init(&u8g, &u8g_dev_sdl_2bit);

example:
http://code.google.com/p/u8glib/source/browse/sys/sdl/chess/main.c

Original comment by olikr...@gmail.com on 2 Mar 2014 at 9:05

GoogleCodeExporter commented 9 years ago
no further response... closing...

Original comment by olikr...@gmail.com on 13 Dec 2014 at 5:07