From da11a22e3ca0c816274701ae77bf82b2ac8204cb Mon Sep 17 00:00:00 2001 From: Mats Lidell Date: Wed, 21 Aug 2002 10:52:16 +0000 Subject: [PATCH] Created. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1862 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/player_icons/Makefile | 40 ++++++++++++++++++ uisimulator/common/player_icons/audio.bmp | Bin 0 -> 1274 bytes uisimulator/common/player_icons/battery.bmp | Bin 0 -> 1190 bytes .../common/player_icons/battery_bit.bmp | Bin 0 -> 1090 bytes uisimulator/common/player_icons/param.bmp | Bin 0 -> 1302 bytes uisimulator/common/player_icons/pause.bmp | Bin 0 -> 1134 bytes uisimulator/common/player_icons/play.bmp | Bin 0 -> 1134 bytes uisimulator/common/player_icons/record.bmp | Bin 0 -> 1110 bytes uisimulator/common/player_icons/usb.bmp | Bin 0 -> 1246 bytes uisimulator/common/player_icons/volume.bmp | Bin 0 -> 1190 bytes uisimulator/common/player_icons/volume1.bmp | Bin 0 -> 1106 bytes uisimulator/common/player_icons/volume2.bmp | Bin 0 -> 1106 bytes uisimulator/common/player_icons/volume3.bmp | Bin 0 -> 1106 bytes uisimulator/common/player_icons/volume4.bmp | Bin 0 -> 1106 bytes uisimulator/common/player_icons/volume5.bmp | Bin 0 -> 1106 bytes 15 files changed, 40 insertions(+) create mode 100644 uisimulator/common/player_icons/Makefile create mode 100644 uisimulator/common/player_icons/audio.bmp create mode 100644 uisimulator/common/player_icons/battery.bmp create mode 100644 uisimulator/common/player_icons/battery_bit.bmp create mode 100644 uisimulator/common/player_icons/param.bmp create mode 100644 uisimulator/common/player_icons/pause.bmp create mode 100644 uisimulator/common/player_icons/play.bmp create mode 100644 uisimulator/common/player_icons/record.bmp create mode 100644 uisimulator/common/player_icons/usb.bmp create mode 100644 uisimulator/common/player_icons/volume.bmp create mode 100644 uisimulator/common/player_icons/volume1.bmp create mode 100644 uisimulator/common/player_icons/volume2.bmp create mode 100644 uisimulator/common/player_icons/volume3.bmp create mode 100644 uisimulator/common/player_icons/volume4.bmp create mode 100644 uisimulator/common/player_icons/volume5.bmp diff --git a/uisimulator/common/player_icons/Makefile b/uisimulator/common/player_icons/Makefile new file mode 100644 index 0000000000..baeb151e5c --- /dev/null +++ b/uisimulator/common/player_icons/Makefile @@ -0,0 +1,40 @@ +############################################################################ +# __________ __ ___. +# Open \______ \ ____ ____ | | _\_ |__ _______ ___ +# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / +# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < +# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ +# \/ \/ \/ \/ \/ +# $Id$ +# +# Copyright (C) 2002 by Mats Lidell +# +# All files in this archive are subject to the GNU General Public License. +# See the file COPYING in the source tree root for full license agreement. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +############################################################################ + + +BMP2RB = ../../../tools/bmp2rb + +SUFFIXES := .bmp + +%.h: %.bmp + $(BMP2RB) $< > $@ + +BITMAPS = battery.bmp battery_bit.bmp \ + pause.bmp play.bmp record.bmp \ + volume.bmp volume1.bmp volume2.bmp volume3.bmp volume4.bmp volume5.bmp \ + usb.bmp audio.bmp param.bmp + +SRCS := $(BITMAPS:%.bmp=%.h) + +all: $(SRCS) + cat $(SRCS) > grand_total_of_player_icons.c + +clean: + rm $(SRCS) grand_total_of_player_icons.c + diff --git a/uisimulator/common/player_icons/audio.bmp b/uisimulator/common/player_icons/audio.bmp new file mode 100644 index 0000000000000000000000000000000000000000..03c2e897cdd70ebbe7d2dd11a828eeeb77ef5ccc GIT binary patch literal 1274 zcmZ?r{l&rn24+B71IUsFVs;>AWZ(dc9|4j__#hZ8044ta|BuWaWsioyXb6mu5MX4) z;ZdLj7y=2P60kCm5QGgA0V#p0g0ey8K@{SWgBk(S2U7~v0TKmK*Z{<6><$HL1OQ-Y B2i*Vw literal 0 HcmV?d00001 diff --git a/uisimulator/common/player_icons/battery.bmp b/uisimulator/common/player_icons/battery.bmp new file mode 100644 index 0000000000000000000000000000000000000000..c709b7f9c762eda1b30be2332d32e7fdfee8af8e GIT binary patch literal 1190 zcmZ?rUBAWZ(dc7XZm4KtT{j2LJ#6N9K;QM?+vV1V&&8Ffsx? d%?JlTCMq8sByed)V7Wp-9;^VY3#yfY0RWi^2L=ED literal 0 HcmV?d00001 diff --git a/uisimulator/common/player_icons/battery_bit.bmp b/uisimulator/common/player_icons/battery_bit.bmp new file mode 100644 index 0000000000000000000000000000000000000000..ab451acb38edc91948a2dd85d6a82205161e69fc GIT binary patch literal 1090 zcmZ?rbz)%v12Z740c0@&F*6V|GH`&!d4S{*J_rU2K#BkV|08op*`pya8UiCQ1OQvM B1@iy^ literal 0 HcmV?d00001 diff --git a/uisimulator/common/player_icons/param.bmp b/uisimulator/common/player_icons/param.bmp new file mode 100644 index 0000000000000000000000000000000000000000..66adc8e32928ca683975891b92ed8636de3ea208 GIT binary patch literal 1302 zcmZ?r6=P)p12Yx|1`Qxf9*Eh2n2~`4EdBsU9^r#vumF_!|NlQSca%LE0;3@?LPCI% z5sycKl3>UPVnEm+0jL;Q4#WeNFkn-VSr9c4DX0d7Rv-(E;2J;{z)XU$pjLwQ0NL09 L#6;X40GbK_Sbqm2 literal 0 HcmV?d00001 diff --git a/uisimulator/common/player_icons/pause.bmp b/uisimulator/common/player_icons/pause.bmp new file mode 100644 index 0000000000000000000000000000000000000000..42d7d87be1a7dea635e3464bff80214f074b83bc GIT binary patch literal 1134 zcmZ?r&0}Ez12Z740c5d5F(U&9Slj|g9^r#vumF_!|NlQSca%LE0;3@?azcO+>Q$0x E00}+@TL1t6 literal 0 HcmV?d00001 diff --git a/uisimulator/common/player_icons/play.bmp b/uisimulator/common/player_icons/play.bmp new file mode 100644 index 0000000000000000000000000000000000000000..c4ac3721c386aad0e33fe38e0947478e5d79a8e1 GIT binary patch literal 1134 zcmZ?r&0}Ez12Z740c3FiF*^`5f>{g<7C`n9J_rUf;o$%O|8VvwV>ARtLtrF@03#TH Ud<AWZ(dcuKp#T5? literal 0 HcmV?d00001 diff --git a/uisimulator/common/player_icons/volume.bmp b/uisimulator/common/player_icons/volume.bmp new file mode 100644 index 0000000000000000000000000000000000000000..5c50bffe9bc965de8217b8158ecfc2a3c9f1893e GIT binary patch literal 1190 zcmZ?rUBAWZ(dc7XZm4d=Ly4fD-@z|3~JIvPVN;Gz3OS2rx1- nFaj~KkN`436c~eqV0lm-V0 literal 0 HcmV?d00001 diff --git a/uisimulator/common/player_icons/volume1.bmp b/uisimulator/common/player_icons/volume1.bmp new file mode 100644 index 0000000000000000000000000000000000000000..5f39d880c47247fa9d5da6d959f1c0746615aa3a GIT binary patch literal 1106 zcmZ?r4Ps#c12Z740c0@&F*^`5GH`&!Wq{-nJ_rU2K#BkV|08op*`pya8UiCE1Q>z- LgkvCs5eWkTRCxv> literal 0 HcmV?d00001 diff --git a/uisimulator/common/player_icons/volume2.bmp b/uisimulator/common/player_icons/volume2.bmp new file mode 100644 index 0000000000000000000000000000000000000000..d3aa73cc4fb5a2757c27b8c80326a3fde27ef103 GIT binary patch literal 1106 zcmZ?r4Ps#c12Z740c0@&F*^`5GH`&!Wq{-nJ_rU2K#BkV|08op*`pya8UiCE1Q>z- LM8QA~BNPJwRB8qx literal 0 HcmV?d00001 diff --git a/uisimulator/common/player_icons/volume3.bmp b/uisimulator/common/player_icons/volume3.bmp new file mode 100644 index 0000000000000000000000000000000000000000..91169d9157aa510b7465ab298472686928e97ea7 GIT binary patch literal 1106 zcmZ?r4Ps#c12Z740c0@&F*^`5GH`&!Wq{-nJ_rU2K#BkV|08op*`pya8UiCE1Q>z- L#K1rSMj!?NR9^-l literal 0 HcmV?d00001 diff --git a/uisimulator/common/player_icons/volume4.bmp b/uisimulator/common/player_icons/volume4.bmp new file mode 100644 index 0000000000000000000000000000000000000000..8dc6d802d70388d819d116e16773196932d55ff3 GIT binary patch literal 1106 zcmZ?r4Ps#c12Z740c0@&F*^`5GH`&!Wq{-nJ_rU2K#BkV|08op*`pya8UiCE1Q>z- I#EOA}090589{>OV literal 0 HcmV?d00001 diff --git a/uisimulator/common/player_icons/volume5.bmp b/uisimulator/common/player_icons/volume5.bmp new file mode 100644 index 0000000000000000000000000000000000000000..9ca5419a36766dcef4d5799ed7c56d798dbcb1e2 GIT binary patch literal 1106 zcmZ?r4Ps#c12Z740c0@&F*^`5GH`&!Wq{-nJ_rU2K#BkV|08op*`pya8UiCE1Q>z- G#DxJ=RR$ga literal 0 HcmV?d00001