It runs on the OLPC XO now, unless you run out of memory. Do not even think of using stamps, system fonts, etc.
This commit is contained in:
parent
4097c3d14b
commit
542aaf4cad
3 changed files with 17 additions and 3 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
/* Color depth for Tux Paint to run in, and store canvases in: */
|
||||
|
||||
#ifdef NOKIA_770
|
||||
#if defined(NOKIA_770) || defined(OLPC_XO)
|
||||
# define VIDEO_BPP 15
|
||||
#else
|
||||
//# define VIDEO_BPP 15 // saves memory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue