12123d757SAndrew Rist /************************************************************** 2*1b03b6a4SMatthias Seidel * 32123d757SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 42123d757SAndrew Rist * or more contributor license agreements. See the NOTICE file 52123d757SAndrew Rist * distributed with this work for additional information 62123d757SAndrew Rist * regarding copyright ownership. The ASF licenses this file 72123d757SAndrew Rist * to you under the Apache License, Version 2.0 (the 82123d757SAndrew Rist * "License"); you may not use this file except in compliance 92123d757SAndrew Rist * with the License. You may obtain a copy of the License at 10*1b03b6a4SMatthias Seidel * 112123d757SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*1b03b6a4SMatthias Seidel * 132123d757SAndrew Rist * Unless required by applicable law or agreed to in writing, 142123d757SAndrew Rist * software distributed under the License is distributed on an 152123d757SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 162123d757SAndrew Rist * KIND, either express or implied. See the License for the 172123d757SAndrew Rist * specific language governing permissions and limitations 182123d757SAndrew Rist * under the License. 19*1b03b6a4SMatthias Seidel * 202123d757SAndrew Rist *************************************************************/ 212123d757SAndrew Rist 222123d757SAndrew Rist 23cdf0e10cSrcweir #define invert50_width 32 24cdf0e10cSrcweir #define invert50_height 32 25*1b03b6a4SMatthias Seidel 2630c1b1efSHerbert Dürr static const unsigned char invert50_bits[] = { 27cdf0e10cSrcweir #if 1 28*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 29*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 30*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 31*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 32*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 33*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 34*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 35*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 36*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 37*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 38*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 39*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 40*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 41*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 42*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 43*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 44*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 45*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 46*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 47*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 48*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 49*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 50*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 51*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 52*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 53*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 54*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 55*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 56*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 57*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 58*1b03b6a4SMatthias Seidel 0xAA,0xAA,0xAA,0xAA, 59*1b03b6a4SMatthias Seidel 0x55,0x55,0x55,0x55, 60cdf0e10cSrcweir #else 61*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 62*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 63*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 64*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 65*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 66*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 67*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 68*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 69*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 70*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 71*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 72*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 73*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 74*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 75*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 76*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 77*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 78*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 79*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 80*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 81*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 82*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 83*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 84*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 85*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 86*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 87*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 88*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 89*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 90*1b03b6a4SMatthias Seidel 0xCC,0xCC,0xCC,0xCC, 91*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 92*1b03b6a4SMatthias Seidel 0x33,0x33,0x33,0x33, 93cdf0e10cSrcweir #endif 94cdf0e10cSrcweir }; 95