Files

copied
Last update 5 years 11 months
Filesbraidsbootloader
..
__init__.py
bootloader.cc
characters.cc
characters.h
makefile
characters.cc
// Copyright 2012 Olivier Gillet. // // Author: Olivier Gillet (ol.gillet@gmail.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. // // See http://creativecommons.org/licenses/MIT/ for more information. // // ----------------------------------------------------------------------------- // // Resources definitions. // // Automatically generated with: // make resources #include "braids/resources.h" namespace braids { const uint16_t chr_characters[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 272, 1280, 29012, 46420, 9352, 39716, 256, 39936, 61440, 952, 340, 8, 68, 16, 136, 64648, 24704, 55364, 61504, 25668, 46148, 48196, 32912, 64580, 62532, 272, 264, 160, 4164, 520, 33936, 64592, 60484, 61776, 39936, 61712, 40004, 35908, 48192, 27716, 37136, 30720, 3236, 7168, 28288, 28192, 64512, 52292, 64544, 52324, 46148, 33040, 31744, 3208, 27688, 680, 656, 37000, 39936, 544, 61440, 40, 4096, 512, 63556, 7204, 6212, 28744, 39940, 35844, 62016, 11332, 4180, 12352, 432, 272, 10324, 8272, 14404, 35972, 50276, 80, 45632, 7172, 14336, 2056, 10280, 680, 29248, 4108, 37388, 272, 37088, 68, 0, 24736, 3592, 33408, 4136, 224, 524, 896, 56, 24712, 18568, 24, 40, 60416, 2068, 4368, 11840, 64520, 64516, 65024, 64768, 64640, 64576, 64544, 64528, 49152, 57344, 28672, 14336, 6144, 7168, 35840, 50176, 65532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 65532, }; } // namespace braids
Report a bug