X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl%2Frecipes-core%2Fpsplash%2Ffiles%2Fpsplash-colors.h;fp=meta-agl%2Frecipes-core%2Fpsplash%2Ffiles%2Fpsplash-colors.h;h=4474903975ef6f8b9ba69a5ebe560544a7e709c7;hb=72201670bd566441ffc0a15270ce2290438632b9;hp=0000000000000000000000000000000000000000;hpb=00aff4b237bc92df660f8ed30bd5e6d5d73ea097;p=AGL%2Fmeta-agl.git diff --git a/meta-agl/recipes-core/psplash/files/psplash-colors.h b/meta-agl/recipes-core/psplash/files/psplash-colors.h new file mode 100644 index 000000000..447490397 --- /dev/null +++ b/meta-agl/recipes-core/psplash/files/psplash-colors.h @@ -0,0 +1,34 @@ +/* + * pslash - a lightweight framebuffer splashscreen for embedded devices. + * + * Copyright (c) 2012 sleep(5) ltd + * Author: Tomas Frydrych + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + */ + +#ifndef _HAVE_PSPLASH_COLORS_H +#define _HAVE_PSPLASH_COLORS_H + +/* This is the overall background color */ +#define PSPLASH_BACKGROUND_COLOR 0xff,0xff,0xff + +/* This is the color of any text output */ +#define PSPLASH_TEXT_COLOR 0x00,0x00,0x00 + +/* This is the color of the progress bar indicator */ +#define PSPLASH_BAR_COLOR 0x00,0x00,0x00 + +/* This is the color of the progress bar background */ +#define PSPLASH_BAR_BACKGROUND_COLOR 0xff,0xff,0xff + +#endif