Updated to v0.95
[hackover2013-badge-firmware.git] / tools / dotfactory / OutputConfigs.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <ArrayOfOutputConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <OutputConfiguration>
4 <commentVariableName>true</commentVariableName>
5 <commentCharVisualizer>true</commentCharVisualizer>
6 <commentCharDescriptor>true</commentCharDescriptor>
7 <commentStyle>C</commentStyle>
8 <bmpVisualizerChar>#</bmpVisualizerChar>
9 <rotation>RotateZero</rotation>
10 <flipHorizontal>false</flipHorizontal>
11 <flipVertical>false</flipVertical>
12 <paddingRemovalHorizontal>Fixed</paddingRemovalHorizontal>
13 <paddingRemovalVertical>Tighest</paddingRemovalVertical>
14 <lineWrap>AtColumn</lineWrap>
15 <byteOrder>MsbFirst</byteOrder>
16 <byteFormat>Hex</byteFormat>
17 <byteLeadingString>0x</byteLeadingString>
18 <generateLookupArray>true</generateLookupArray>
19 <descCharWidth>DisplayInBits</descCharWidth>
20 <descCharHeight>DontDisplay</descCharHeight>
21 <descFontHeight>DisplayInBits</descFontHeight>
22 <generateLookupBlocks>false</generateLookupBlocks>
23 <lookupBlocksNewAfterCharCount>80</lookupBlocksNewAfterCharCount>
24 <descImgWidth>DisplayInBytes</descImgWidth>
25 <descImgHeight>DisplayInBits</descImgHeight>
26 <generateSpaceCharacterBitmap>true</generateSpaceCharacterBitmap>
27 <spaceGenerationPixels>5</spaceGenerationPixels>
28 <varNfBitmaps>const uint8_t {0}Bitmaps</varNfBitmaps>
29 <varNfCharInfo>const FONT_CHAR_INFO {0}Descriptors</varNfCharInfo>
30 <varNfFontInfo>const FONT_INFO {0}FontInfo</varNfFontInfo>
31 <varNfWidth>const uint8_t {0}Width</varNfWidth>
32 <varNfHeight>const uint8_t {0}Height</varNfHeight>
33 <displayName>Variable Width</displayName>
34 </OutputConfiguration>
35 <OutputConfiguration>
36 <commentVariableName>true</commentVariableName>
37 <commentCharVisualizer>true</commentCharVisualizer>
38 <commentCharDescriptor>true</commentCharDescriptor>
39 <commentStyle>C</commentStyle>
40 <bmpVisualizerChar>#</bmpVisualizerChar>
41 <rotation>RotateZero</rotation>
42 <flipHorizontal>false</flipHorizontal>
43 <flipVertical>false</flipVertical>
44 <paddingRemovalHorizontal>Fixed</paddingRemovalHorizontal>
45 <paddingRemovalVertical>Fixed</paddingRemovalVertical>
46 <lineWrap>AtColumn</lineWrap>
47 <byteOrder>MsbFirst</byteOrder>
48 <byteFormat>Hex</byteFormat>
49 <byteLeadingString>0x</byteLeadingString>
50 <generateLookupArray>true</generateLookupArray>
51 <descCharWidth>DisplayInBits</descCharWidth>
52 <descCharHeight>DontDisplay</descCharHeight>
53 <descFontHeight>DisplayInBits</descFontHeight>
54 <generateLookupBlocks>false</generateLookupBlocks>
55 <lookupBlocksNewAfterCharCount>80</lookupBlocksNewAfterCharCount>
56 <descImgWidth>DisplayInBytes</descImgWidth>
57 <descImgHeight>DisplayInBits</descImgHeight>
58 <generateSpaceCharacterBitmap>true</generateSpaceCharacterBitmap>
59 <spaceGenerationPixels>8</spaceGenerationPixels>
60 <varNfBitmaps>const uint8_t {0}Bitmaps</varNfBitmaps>
61 <varNfCharInfo>const FONT_CHAR_INFO {0}Descriptors</varNfCharInfo>
62 <varNfFontInfo>const FONT_INFO {0}FontInfo</varNfFontInfo>
63 <varNfWidth>const uint8_t {0}Width</varNfWidth>
64 <varNfHeight>const uint8_t {0}Height</varNfHeight>
65 <displayName>Fixed Width</displayName>
66 </OutputConfiguration>
67 </ArrayOfOutputConfiguration>
This page took 0.048 seconds and 5 git commands to generate.