Add effective clockrate for realtime decoding to the displayed results of test_codec...
[kugel-rb.git] / apps / plugins / clock / clock_bitmaps.h
blob9a80a75fbbf0a84643ab8fb608aa98a68474a6cc
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id: jackpot.c 14034 2007-07-28 05:42:55Z kevin $
10 * Copyright (C) 2007 Copyright Kévin Ferrare
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
18 ****************************************************************************/
20 #ifndef _CLOCK_BITMAPS_
21 #define _CLOCK_BITMAPS_
22 #include "picture.h"
24 extern const struct picture logos[];
25 extern const struct picture messages[];
27 extern const struct picture binary[];
28 extern const struct picture digits[];
29 extern const struct picture smalldigits[];
30 extern const struct picture segments[];
31 extern const struct picture smallsegments[];
33 #endif