summaryrefslogtreecommitdiff
path: root/src/frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend.c')
-rw-r--r--src/frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend.c b/src/frontend.c
index 4cf231f..c6f266e 100644
--- a/src/frontend.c
+++ b/src/frontend.c
@@ -37,7 +37,7 @@ static int frontend_defaults(nsfb_t *nsfb)
{
nsfb->width = 800;
nsfb->height = 600;
- nsfb->bpp = 16;
+ nsfb->bpp = 8;
/* select plotters for bpp */
select_plotters(nsfb);