Display.dot.svg 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  3. "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  4. <!-- Generated by graphviz version 9.0.0 (20230911.1827)
  5. -->
  6. <!-- Title: protodot Pages: 1 -->
  7. <svg width="524pt" height="478pt"
  8. viewBox="0.00 0.00 524.00 477.75" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  9. <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 473.75)">
  10. <title>protodot</title>
  11. <g id="a_graph0"><a xlink:title="platform">
  12. <text text-anchor="middle" x="258" y="-6.45" font-family="Times New Roman,serif" font-size="14.00">platform</text>
  13. </a>
  14. </g>
  15. <!-- Node_Ja_104 -->
  16. <g id="node1" class="node">
  17. <title>Node_Ja_104</title>
  18. <g id="a_node1"><a xlink:title="platform.GPIO">
  19. <polygon fill="#fffaf0" stroke="none" points="415,-171.75 415,-221.75 478,-221.75 478,-171.75 415,-171.75"/>
  20. <polygon fill="#e31a1c" stroke="none" points="416,-204.75 416,-220.75 477,-220.75 477,-204.75 416,-204.75"/>
  21. <text text-anchor="start" x="452.5" y="-210.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">GPIO</text>
  22. <text text-anchor="start" x="421.88" y="-193.25" font-family="Ubuntu" font-size="10.00">1</text>
  23. <text text-anchor="start" x="431" y="-193.25" font-family="Ubuntu" font-size="10.00">pin</text>
  24. <polygon fill="#a6cee3" stroke="none" points="452,-188.75 452,-204.75 477,-204.75 477,-188.75 452,-188.75"/>
  25. <text text-anchor="start" x="454" y="-194.25" font-family="Ubuntu" font-style="italic" font-size="10.00">int32</text>
  26. <text text-anchor="start" x="421.88" y="-177.25" font-family="Ubuntu" font-size="10.00">2</text>
  27. <text text-anchor="start" x="430.75" y="-177.25" font-family="Ubuntu" font-size="10.00">level</text>
  28. <polygon fill="#a6cee3" stroke="none" points="452,-172.75 452,-188.75 477,-188.75 477,-172.75 452,-172.75"/>
  29. <text text-anchor="start" x="454" y="-178.25" font-family="Ubuntu" font-style="italic" font-size="10.00">int32</text>
  30. <polygon fill="none" stroke="black" points="415,-171.75 415,-221.75 478,-221.75 478,-171.75 415,-171.75"/>
  31. </a>
  32. </g>
  33. </g>
  34. <!-- Node_Ja_111 -->
  35. <g id="node2" class="node">
  36. <title>Node_Ja_111</title>
  37. <g id="a_node2"><a xlink:title="DisplayDriverEnum">
  38. <polygon fill="#b2df8a" stroke="none" points="385,-247.75 385,-457.75 508,-457.75 508,-247.75 385,-247.75"/>
  39. <polygon fill="#33a02c" stroke="none" points="386,-440.75 386,-456.75 507,-456.75 507,-440.75 386,-440.75"/>
  40. <text text-anchor="start" x="388" y="-446.25" font-family="Ubuntu" font-size="10.00">enum </text>
  41. <text text-anchor="start" x="415" y="-446.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">DisplayDriverEnum</text>
  42. <polygon fill="#b2df8a" stroke="none" points="386,-424.75 386,-440.75 488,-440.75 488,-424.75 386,-424.75"/>
  43. <text text-anchor="start" x="388" y="-429.25" font-family="Ubuntu" font-size="10.00">UNSPECIFIED_DRIVER</text>
  44. <polygon fill="#b2df8a" stroke="none" points="488,-424.75 488,-440.75 507,-440.75 507,-424.75 488,-424.75"/>
  45. <text text-anchor="start" x="490" y="-429.25" font-family="Ubuntu" font-size="10.00">0</text>
  46. <polygon fill="#b2df8a" stroke="none" points="386,-408.75 386,-424.75 488,-424.75 488,-408.75 386,-408.75"/>
  47. <text text-anchor="start" x="388" y="-413.25" font-family="Ubuntu" font-size="10.00">SSD1306</text>
  48. <polygon fill="#b2df8a" stroke="none" points="488,-408.75 488,-424.75 507,-424.75 507,-408.75 488,-408.75"/>
  49. <text text-anchor="start" x="490" y="-413.25" font-family="Ubuntu" font-size="10.00">1</text>
  50. <polygon fill="#b2df8a" stroke="none" points="386,-392.75 386,-408.75 488,-408.75 488,-392.75 386,-392.75"/>
  51. <text text-anchor="start" x="388" y="-397.25" font-family="Ubuntu" font-size="10.00">SSD1322</text>
  52. <polygon fill="#b2df8a" stroke="none" points="488,-392.75 488,-408.75 507,-408.75 507,-392.75 488,-392.75"/>
  53. <text text-anchor="start" x="490" y="-397.25" font-family="Ubuntu" font-size="10.00">2</text>
  54. <polygon fill="#b2df8a" stroke="none" points="386,-376.75 386,-392.75 488,-392.75 488,-376.75 386,-376.75"/>
  55. <text text-anchor="start" x="388" y="-381.25" font-family="Ubuntu" font-size="10.00">SSD1326</text>
  56. <polygon fill="#b2df8a" stroke="none" points="488,-376.75 488,-392.75 507,-392.75 507,-376.75 488,-376.75"/>
  57. <text text-anchor="start" x="490" y="-381.25" font-family="Ubuntu" font-size="10.00">3</text>
  58. <polygon fill="#b2df8a" stroke="none" points="386,-360.75 386,-376.75 488,-376.75 488,-360.75 386,-360.75"/>
  59. <text text-anchor="start" x="388" y="-365.25" font-family="Ubuntu" font-size="10.00">SSD1327</text>
  60. <polygon fill="#b2df8a" stroke="none" points="488,-360.75 488,-376.75 507,-376.75 507,-360.75 488,-360.75"/>
  61. <text text-anchor="start" x="490" y="-365.25" font-family="Ubuntu" font-size="10.00">4</text>
  62. <polygon fill="#b2df8a" stroke="none" points="386,-344.75 386,-360.75 488,-360.75 488,-344.75 386,-344.75"/>
  63. <text text-anchor="start" x="388" y="-349.25" font-family="Ubuntu" font-size="10.00">SH1106</text>
  64. <polygon fill="#b2df8a" stroke="none" points="488,-344.75 488,-360.75 507,-360.75 507,-344.75 488,-344.75"/>
  65. <text text-anchor="start" x="490" y="-349.25" font-family="Ubuntu" font-size="10.00">5</text>
  66. <polygon fill="#b2df8a" stroke="none" points="386,-328.75 386,-344.75 488,-344.75 488,-328.75 386,-328.75"/>
  67. <text text-anchor="start" x="388" y="-333.25" font-family="Ubuntu" font-size="10.00">SSD1675</text>
  68. <polygon fill="#b2df8a" stroke="none" points="488,-328.75 488,-344.75 507,-344.75 507,-328.75 488,-328.75"/>
  69. <text text-anchor="start" x="490" y="-333.25" font-family="Ubuntu" font-size="10.00">6</text>
  70. <polygon fill="#b2df8a" stroke="none" points="386,-312.75 386,-328.75 488,-328.75 488,-312.75 386,-312.75"/>
  71. <text text-anchor="start" x="388" y="-317.25" font-family="Ubuntu" font-size="10.00">ST7735</text>
  72. <polygon fill="#b2df8a" stroke="none" points="488,-312.75 488,-328.75 507,-328.75 507,-312.75 488,-312.75"/>
  73. <text text-anchor="start" x="490" y="-317.25" font-family="Ubuntu" font-size="10.00">7</text>
  74. <polygon fill="#b2df8a" stroke="none" points="386,-296.75 386,-312.75 488,-312.75 488,-296.75 386,-296.75"/>
  75. <text text-anchor="start" x="388" y="-301.25" font-family="Ubuntu" font-size="10.00">ST7789</text>
  76. <polygon fill="#b2df8a" stroke="none" points="488,-296.75 488,-312.75 507,-312.75 507,-296.75 488,-296.75"/>
  77. <text text-anchor="start" x="490" y="-301.25" font-family="Ubuntu" font-size="10.00">8</text>
  78. <polygon fill="#b2df8a" stroke="none" points="386,-280.75 386,-296.75 488,-296.75 488,-280.75 386,-280.75"/>
  79. <text text-anchor="start" x="388" y="-285.25" font-family="Ubuntu" font-size="10.00">ILI9341</text>
  80. <polygon fill="#b2df8a" stroke="none" points="488,-280.75 488,-296.75 507,-296.75 507,-280.75 488,-280.75"/>
  81. <text text-anchor="start" x="490" y="-285.25" font-family="Ubuntu" font-size="10.00">9</text>
  82. <polygon fill="#b2df8a" stroke="none" points="386,-264.75 386,-280.75 488,-280.75 488,-264.75 386,-264.75"/>
  83. <text text-anchor="start" x="388" y="-269.25" font-family="Ubuntu" font-size="10.00">ILI9341_24</text>
  84. <polygon fill="#b2df8a" stroke="none" points="488,-264.75 488,-280.75 507,-280.75 507,-264.75 488,-264.75"/>
  85. <text text-anchor="start" x="490" y="-269.25" font-family="Ubuntu" font-size="10.00">10</text>
  86. <polygon fill="#b2df8a" stroke="none" points="386,-248.75 386,-264.75 488,-264.75 488,-248.75 386,-248.75"/>
  87. <text text-anchor="start" x="388" y="-253.25" font-family="Ubuntu" font-size="10.00">SSD1351</text>
  88. <polygon fill="#b2df8a" stroke="none" points="488,-248.75 488,-264.75 507,-264.75 507,-248.75 488,-248.75"/>
  89. <text text-anchor="start" x="490" y="-253.25" font-family="Ubuntu" font-size="10.00">11</text>
  90. <polygon fill="none" stroke="black" points="385,-247.75 385,-457.75 508,-457.75 508,-247.75 385,-247.75"/>
  91. </a>
  92. </g>
  93. </g>
  94. <!-- Node_Ja_100 -->
  95. <g id="node3" class="node">
  96. <title>Node_Ja_100</title>
  97. <g id="a_node3"><a xlink:title="DeviceTypeEnum">
  98. <polygon fill="#b2df8a" stroke="none" points="205,-383.75 205,-465.75 319,-465.75 319,-383.75 205,-383.75"/>
  99. <polygon fill="#33a02c" stroke="none" points="206,-448.75 206,-464.75 318,-464.75 318,-448.75 206,-448.75"/>
  100. <text text-anchor="start" x="208" y="-454.25" font-family="Ubuntu" font-size="10.00">enum </text>
  101. <text text-anchor="start" x="235" y="-454.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">DeviceTypeEnum</text>
  102. <polygon fill="#b2df8a" stroke="none" points="206,-432.75 206,-448.75 301,-448.75 301,-432.75 206,-432.75"/>
  103. <text text-anchor="start" x="208" y="-437.25" font-family="Ubuntu" font-size="10.00">UNSPECIFIED_TYPE</text>
  104. <polygon fill="#b2df8a" stroke="none" points="301,-432.75 301,-448.75 318,-448.75 318,-432.75 301,-432.75"/>
  105. <text text-anchor="start" x="303" y="-437.25" font-family="Ubuntu" font-size="10.00">0</text>
  106. <polygon fill="#b2df8a" stroke="none" points="206,-416.75 206,-432.75 301,-432.75 301,-416.75 206,-416.75"/>
  107. <text text-anchor="start" x="208" y="-421.25" font-family="Ubuntu" font-size="10.00">DEVTYPE_SPI</text>
  108. <polygon fill="#b2df8a" stroke="none" points="301,-416.75 301,-432.75 318,-432.75 318,-416.75 301,-416.75"/>
  109. <text text-anchor="start" x="303" y="-421.25" font-family="Ubuntu" font-size="10.00">1</text>
  110. <polygon fill="#b2df8a" stroke="none" points="206,-400.75 206,-416.75 301,-416.75 301,-400.75 206,-400.75"/>
  111. <text text-anchor="start" x="208" y="-405.25" font-family="Ubuntu" font-size="10.00">DEVTYPE_I2C</text>
  112. <polygon fill="#b2df8a" stroke="none" points="301,-400.75 301,-416.75 318,-416.75 318,-400.75 301,-400.75"/>
  113. <text text-anchor="start" x="303" y="-405.25" font-family="Ubuntu" font-size="10.00">2</text>
  114. <polygon fill="#b2df8a" stroke="none" points="206,-384.75 206,-400.75 301,-400.75 301,-384.75 206,-384.75"/>
  115. <text text-anchor="start" x="208" y="-389.25" font-family="Ubuntu" font-size="10.00">DEVTYPE__RMII</text>
  116. <polygon fill="#b2df8a" stroke="none" points="301,-384.75 301,-400.75 318,-400.75 318,-384.75 301,-384.75"/>
  117. <text text-anchor="start" x="303" y="-389.25" font-family="Ubuntu" font-size="10.00">3</text>
  118. <polygon fill="none" stroke="black" points="205,-383.75 205,-465.75 319,-465.75 319,-383.75 205,-383.75"/>
  119. </a>
  120. </g>
  121. </g>
  122. <!-- Node_Ja_110 -->
  123. <g id="node4" class="node">
  124. <title>Node_Ja_110</title>
  125. <g id="a_node4"><a xlink:title="platform.DispOffsets">
  126. <polygon fill="#fffaf0" stroke="none" points="411.5,-95.75 411.5,-145.75 481.5,-145.75 481.5,-95.75 411.5,-95.75"/>
  127. <polygon fill="#e31a1c" stroke="none" points="412.5,-128.75 412.5,-144.75 480.5,-144.75 480.5,-128.75 412.5,-128.75"/>
  128. <text text-anchor="start" x="423" y="-134.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">DispOffsets</text>
  129. <text text-anchor="start" x="418.38" y="-117.25" font-family="Ubuntu" font-size="10.00">1</text>
  130. <text text-anchor="start" x="427.38" y="-117.25" font-family="Ubuntu" font-size="10.00">height</text>
  131. <polygon fill="#a6cee3" stroke="none" points="455.5,-112.75 455.5,-128.75 480.5,-128.75 480.5,-112.75 455.5,-112.75"/>
  132. <text text-anchor="start" x="457.5" y="-118.25" font-family="Ubuntu" font-style="italic" font-size="10.00">int32</text>
  133. <text text-anchor="start" x="418.38" y="-101.25" font-family="Ubuntu" font-size="10.00">2</text>
  134. <text text-anchor="start" x="427.5" y="-101.25" font-family="Ubuntu" font-size="10.00">width</text>
  135. <polygon fill="#a6cee3" stroke="none" points="455.5,-96.75 455.5,-112.75 480.5,-112.75 480.5,-96.75 455.5,-96.75"/>
  136. <text text-anchor="start" x="457.5" y="-102.25" font-family="Ubuntu" font-style="italic" font-size="10.00">int32</text>
  137. <polygon fill="none" stroke="black" points="411.5,-95.75 411.5,-145.75 481.5,-145.75 481.5,-95.75 411.5,-95.75"/>
  138. </a>
  139. </g>
  140. </g>
  141. <!-- Node_Ja_112 -->
  142. <g id="node5" class="node">
  143. <title>Node_Ja_112</title>
  144. <g id="a_node5"><a xlink:title="platform.I2CDisplay">
  145. <polygon fill="#fffaf0" stroke="none" points="223.5,-119.75 223.5,-153.75 300.5,-153.75 300.5,-119.75 223.5,-119.75"/>
  146. <polygon fill="#e31a1c" stroke="none" points="224.5,-136.75 224.5,-152.75 299.5,-152.75 299.5,-136.75 224.5,-136.75"/>
  147. <text text-anchor="start" x="247.25" y="-142.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">I2CDisplay</text>
  148. <text text-anchor="start" x="230.38" y="-125.25" font-family="Ubuntu" font-size="10.00">1</text>
  149. <text text-anchor="start" x="239.12" y="-125.25" font-family="Ubuntu" font-size="10.00">address</text>
  150. <polygon fill="#a6cee3" stroke="none" points="274.5,-120.75 274.5,-136.75 299.5,-136.75 299.5,-120.75 274.5,-120.75"/>
  151. <text text-anchor="start" x="276.5" y="-126.25" font-family="Ubuntu" font-style="italic" font-size="10.00">int32</text>
  152. <polygon fill="none" stroke="black" points="223.5,-119.75 223.5,-153.75 300.5,-153.75 300.5,-119.75 223.5,-119.75"/>
  153. </a>
  154. </g>
  155. </g>
  156. <!-- Node_Ja_113 -->
  157. <g id="node6" class="node">
  158. <title>Node_Ja_113</title>
  159. <g id="a_node6"><a xlink:title="platform.SPIDisplay">
  160. <polygon fill="#fffaf0" stroke="none" points="227,-27.75 227,-93.75 297,-93.75 297,-27.75 227,-27.75"/>
  161. <polygon fill="#e31a1c" stroke="none" points="228,-76.75 228,-92.75 296,-92.75 296,-76.75 228,-76.75"/>
  162. <text text-anchor="start" x="243.75" y="-82.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">SPIDisplay</text>
  163. <text text-anchor="start" x="233.88" y="-65.25" font-family="Ubuntu" font-size="10.00">1</text>
  164. <text text-anchor="start" x="243" y="-65.25" font-family="Ubuntu" font-size="10.00">cs</text>
  165. <polygon fill="#fb9a99" stroke="none" points="270,-60.75 270,-76.75 296,-76.75 296,-60.75 270,-60.75"/>
  166. <text text-anchor="start" x="271.75" y="-66.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">GPIO</text>
  167. <text text-anchor="start" x="233.88" y="-49.25" font-family="Ubuntu" font-size="10.00">4</text>
  168. <text text-anchor="start" x="242.75" y="-49.25" font-family="Ubuntu" font-size="10.00">speed</text>
  169. <polygon fill="#a6cee3" stroke="none" points="270,-44.75 270,-60.75 296,-60.75 296,-44.75 270,-44.75"/>
  170. <text text-anchor="start" x="273" y="-50.25" font-family="Ubuntu" font-style="italic" font-size="10.00">int32</text>
  171. <text text-anchor="start" x="233.88" y="-33.25" font-family="Ubuntu" font-size="10.00">5</text>
  172. <text text-anchor="start" x="242.75" y="-33.25" font-family="Ubuntu" font-size="10.00">rotate</text>
  173. <polygon fill="#a6cee3" stroke="none" points="270,-28.75 270,-44.75 296,-44.75 296,-28.75 270,-28.75"/>
  174. <text text-anchor="start" x="276" y="-34.25" font-family="Ubuntu" font-style="italic" font-size="10.00">bool</text>
  175. <polygon fill="none" stroke="black" points="227,-27.75 227,-93.75 297,-93.75 297,-27.75 227,-27.75"/>
  176. </a>
  177. </g>
  178. </g>
  179. <!-- Node_Ja_113&#45;&gt;Node_Ja_104 -->
  180. <g id="edge9" class="edge">
  181. <title>Node_Ja_113:e&#45;&gt;Node_Ja_104:header</title>
  182. <g id="a_edge9"><a xlink:title="Ja_113 &#45;&#45;&gt; Ja_104">
  183. <path fill="none" stroke="#000000" d="M297,-68.75C375.57,-68.75 336.25,-199.03 403.3,-211.75"/>
  184. <polygon fill="#000000" stroke="#000000" points="402.72,-215.22 412.99,-212.62 403.34,-208.24 402.72,-215.22"/>
  185. </a>
  186. </g>
  187. </g>
  188. <!-- Node_Ja_114 -->
  189. <g id="node7" class="node">
  190. <title>Node_Ja_114</title>
  191. <g id="a_node7"><a xlink:title="platform.DispCommon">
  192. <polygon fill="#fffaf0" stroke="none" points="191,-179.75 191,-357.75 333,-357.75 333,-179.75 191,-179.75"/>
  193. <polygon fill="#e31a1c" stroke="none" points="192,-340.75 192,-356.75 332,-356.75 332,-340.75 192,-340.75"/>
  194. <text text-anchor="start" x="269.25" y="-346.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">DispCommon</text>
  195. <text text-anchor="start" x="202.75" y="-329.25" font-family="Ubuntu" font-size="10.00">1</text>
  196. <text text-anchor="start" x="212" y="-329.25" font-family="Ubuntu" font-size="10.00">width</text>
  197. <polygon fill="#a6cee3" stroke="none" points="249,-324.75 249,-340.75 332,-340.75 332,-324.75 249,-324.75"/>
  198. <text text-anchor="start" x="309" y="-330.25" font-family="Ubuntu" font-style="italic" font-size="10.00">int32</text>
  199. <text text-anchor="start" x="202.75" y="-313.25" font-family="Ubuntu" font-size="10.00">2</text>
  200. <text text-anchor="start" x="212" y="-313.25" font-family="Ubuntu" font-size="10.00">height</text>
  201. <polygon fill="#a6cee3" stroke="none" points="249,-308.75 249,-324.75 332,-324.75 332,-308.75 249,-308.75"/>
  202. <text text-anchor="start" x="309" y="-314.25" font-family="Ubuntu" font-style="italic" font-size="10.00">int32</text>
  203. <text text-anchor="start" x="202.75" y="-297.25" font-family="Ubuntu" font-size="10.00">3</text>
  204. <text text-anchor="start" x="212" y="-297.25" font-family="Ubuntu" font-size="10.00">HFlip</text>
  205. <polygon fill="#a6cee3" stroke="none" points="249,-292.75 249,-308.75 332,-308.75 332,-292.75 249,-292.75"/>
  206. <text text-anchor="start" x="312" y="-298.25" font-family="Ubuntu" font-style="italic" font-size="10.00">bool</text>
  207. <text text-anchor="start" x="202.75" y="-281.25" font-family="Ubuntu" font-size="10.00">4</text>
  208. <text text-anchor="start" x="212" y="-281.25" font-family="Ubuntu" font-size="10.00">VFlip</text>
  209. <polygon fill="#a6cee3" stroke="none" points="249,-276.75 249,-292.75 332,-292.75 332,-276.75 249,-276.75"/>
  210. <text text-anchor="start" x="312" y="-282.25" font-family="Ubuntu" font-style="italic" font-size="10.00">bool</text>
  211. <text text-anchor="start" x="202.75" y="-265.25" font-family="Ubuntu" font-size="10.00">5</text>
  212. <text text-anchor="start" x="212" y="-265.25" font-family="Ubuntu" font-size="10.00">driver</text>
  213. <polygon fill="#b2df8a" stroke="none" points="249,-260.75 249,-276.75 332,-276.75 332,-260.75 249,-260.75"/>
  214. <text text-anchor="start" x="250.75" y="-266.25" font-family="Ubuntu" text-decoration="underline" font-size="10.00">DisplayDriverEnum</text>
  215. <text text-anchor="start" x="202.75" y="-249.25" font-family="Ubuntu" font-size="10.00">6</text>
  216. <text text-anchor="start" x="211.88" y="-249.25" font-family="Ubuntu" font-size="10.00">bitDepth</text>
  217. <polygon fill="#a6cee3" stroke="none" points="249,-244.75 249,-260.75 332,-260.75 332,-244.75 249,-244.75"/>
  218. <text text-anchor="start" x="309" y="-250.25" font-family="Ubuntu" font-style="italic" font-size="10.00">int32</text>
  219. <text text-anchor="start" x="202.75" y="-233.25" font-family="Ubuntu" font-size="10.00">7</text>
  220. <text text-anchor="start" x="212" y="-233.25" font-family="Ubuntu" font-size="10.00">back</text>
  221. <polygon fill="#fb9a99" stroke="none" points="249,-228.75 249,-244.75 332,-244.75 332,-228.75 249,-228.75"/>
  222. <text text-anchor="start" x="307.5" y="-234.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">GPIO</text>
  223. <text text-anchor="start" x="202.75" y="-217.25" font-family="Ubuntu" font-size="10.00">8</text>
  224. <text text-anchor="start" x="212" y="-217.25" font-family="Ubuntu" font-size="10.00">reset</text>
  225. <polygon fill="#fb9a99" stroke="none" points="249,-212.75 249,-228.75 332,-228.75 332,-212.75 249,-212.75"/>
  226. <text text-anchor="start" x="307.5" y="-218.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">GPIO</text>
  227. <text text-anchor="start" x="202.75" y="-201.25" font-family="Ubuntu" font-size="10.00">9</text>
  228. <text text-anchor="start" x="212" y="-201.25" font-family="Ubuntu" font-size="10.00">ready</text>
  229. <polygon fill="#fb9a99" stroke="none" points="249,-196.75 249,-212.75 332,-212.75 332,-196.75 249,-196.75"/>
  230. <text text-anchor="start" x="307.5" y="-202.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">GPIO</text>
  231. <text text-anchor="start" x="197.75" y="-185.25" font-family="Ubuntu" font-size="10.00">10</text>
  232. <text text-anchor="start" x="212" y="-185.25" font-family="Ubuntu" font-size="10.00">offsets</text>
  233. <polygon fill="#fb9a99" stroke="none" points="249,-180.75 249,-196.75 332,-196.75 332,-180.75 249,-180.75"/>
  234. <text text-anchor="start" x="274.5" y="-186.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">DispOffsets</text>
  235. <polygon fill="none" stroke="black" points="191,-179.75 191,-357.75 333,-357.75 333,-179.75 191,-179.75"/>
  236. </a>
  237. </g>
  238. </g>
  239. <!-- Node_Ja_114&#45;&gt;Node_Ja_104 -->
  240. <g id="edge1" class="edge">
  241. <title>Node_Ja_114:e&#45;&gt;Node_Ja_104:header</title>
  242. <g id="a_edge1"><a xlink:title="Ja_114 &#45;&#45;&gt; Ja_104">
  243. <path fill="none" stroke="#000000" d="M333,-236.75C366.63,-236.75 375.05,-217.71 403.17,-213.55"/>
  244. <polygon fill="#000000" stroke="#000000" points="403.26,-217.05 412.99,-212.86 402.77,-210.07 403.26,-217.05"/>
  245. </a>
  246. </g>
  247. </g>
  248. <!-- Node_Ja_114&#45;&gt;Node_Ja_104 -->
  249. <g id="edge7" class="edge">
  250. <title>Node_Ja_114:e&#45;&gt;Node_Ja_104:header</title>
  251. <g id="a_edge7"><a xlink:title="Ja_114 &#45;&#45;&gt; Ja_104">
  252. <path fill="none" stroke="#000000" d="M333,-220.75C365.27,-220.75 375.78,-214.46 403.12,-213.03"/>
  253. <polygon fill="#000000" stroke="#000000" points="403.08,-216.54 412.99,-212.79 402.9,-209.54 403.08,-216.54"/>
  254. </a>
  255. </g>
  256. </g>
  257. <!-- Node_Ja_114&#45;&gt;Node_Ja_104 -->
  258. <g id="edge10" class="edge">
  259. <title>Node_Ja_114:e&#45;&gt;Node_Ja_104:header</title>
  260. <g id="a_edge10"><a xlink:title="Ja_114 &#45;&#45;&gt; Ja_104">
  261. <path fill="none" stroke="#000000" d="M333,-204.75C365.27,-204.75 375.78,-211.04 403.12,-212.47"/>
  262. <polygon fill="#000000" stroke="#000000" points="402.9,-215.96 412.99,-212.71 403.08,-208.96 402.9,-215.96"/>
  263. </a>
  264. </g>
  265. </g>
  266. <!-- Node_Ja_114&#45;&gt;Node_Ja_111 -->
  267. <g id="edge6" class="edge">
  268. <title>Node_Ja_114:e&#45;&gt;Node_Ja_111</title>
  269. <g id="a_edge6"><a xlink:title="Ja_114 &#45;&#45;&gt; Ja_111">
  270. <path fill="none" stroke="#008000" d="M333,-268.75C344.91,-268.75 356.38,-271.81 367.13,-276.77"/>
  271. <polygon fill="#008000" stroke="#008000" points="365.4,-279.81 375.88,-281.36 368.65,-273.61 365.4,-279.81"/>
  272. </a>
  273. </g>
  274. </g>
  275. <!-- Node_Ja_114&#45;&gt;Node_Ja_110 -->
  276. <g id="edge2" class="edge">
  277. <title>Node_Ja_114:e&#45;&gt;Node_Ja_110:header</title>
  278. <g id="a_edge2"><a xlink:title="Ja_114 &#45;&#45;&gt; Ja_110">
  279. <path fill="none" stroke="#000000" d="M333,-188.75C370.6,-188.75 370.22,-146.78 400.11,-138.25"/>
  280. <polygon fill="#000000" stroke="#000000" points="400.54,-141.72 410,-136.95 399.63,-134.78 400.54,-141.72"/>
  281. </a>
  282. </g>
  283. </g>
  284. <!-- Node_Ja_115 -->
  285. <g id="node8" class="node">
  286. <title>Node_Ja_115</title>
  287. <g id="a_node8"><a xlink:title="platform.Display">
  288. <polygon fill="#fffaf0" stroke="none" points="8,-201.75 8,-303.75 139,-303.75 139,-201.75 8,-201.75"/>
  289. <polygon fill="#e31a1c" stroke="none" points="9,-286.75 9,-302.75 138,-302.75 138,-286.75 9,-286.75"/>
  290. <text text-anchor="start" x="101.5" y="-292.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">Display</text>
  291. <text text-anchor="start" x="14.88" y="-275.25" font-family="Ubuntu" font-size="10.00">1</text>
  292. <text text-anchor="start" x="24" y="-275.25" font-family="Ubuntu" font-size="10.00">type</text>
  293. <polygon fill="#b2df8a" stroke="none" points="62,-270.75 62,-286.75 138,-286.75 138,-270.75 62,-270.75"/>
  294. <text text-anchor="start" x="63.62" y="-276.25" font-family="Ubuntu" text-decoration="underline" font-size="10.00">DeviceTypeEnum</text>
  295. <text text-anchor="start" x="14.88" y="-259.25" font-family="Ubuntu" font-size="10.00">2</text>
  296. <text text-anchor="start" x="23.62" y="-259.25" font-family="Ubuntu" font-size="10.00">common</text>
  297. <polygon fill="#fb9a99" stroke="none" points="62,-254.75 62,-270.75 138,-270.75 138,-254.75 62,-254.75"/>
  298. <text text-anchor="start" x="75.25" y="-260.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">DispCommon</text>
  299. <polygon fill="#fdbf6f" stroke="none" points="9,-238.75 9,-254.75 138,-254.75 138,-238.75 9,-238.75"/>
  300. <text text-anchor="start" x="11" y="-243.25" font-family="Ubuntu" font-size="10.00">dispType</text>
  301. <polygon fill="#fdbf6f" stroke="none" points="9,-222.75 9,-238.75 13,-238.75 13,-222.75 9,-222.75"/>
  302. <text text-anchor="start" x="14.88" y="-227.25" font-family="Ubuntu" font-size="10.00">3</text>
  303. <text text-anchor="start" x="24" y="-227.25" font-family="Ubuntu" font-size="10.00">i2c</text>
  304. <polygon fill="#fb9a99" stroke="none" points="62,-222.75 62,-238.75 138,-238.75 138,-222.75 62,-222.75"/>
  305. <text text-anchor="start" x="85.75" y="-228.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">I2CDisplay</text>
  306. <polygon fill="#fdbf6f" stroke="none" points="9,-206.75 9,-222.75 13,-222.75 13,-206.75 9,-206.75"/>
  307. <text text-anchor="start" x="14.88" y="-211.25" font-family="Ubuntu" font-size="10.00">4</text>
  308. <text text-anchor="start" x="24" y="-211.25" font-family="Ubuntu" font-size="10.00">spi</text>
  309. <polygon fill="#fb9a99" stroke="none" points="62,-206.75 62,-222.75 138,-222.75 138,-206.75 62,-206.75"/>
  310. <text text-anchor="start" x="85.75" y="-212.25" font-family="Ubuntu" font-weight="bold" font-size="10.00">SPIDisplay</text>
  311. <polygon fill="#fdbf6f" stroke="none" points="9,-202.75 9,-206.75 138,-206.75 138,-202.75 9,-202.75"/>
  312. <polygon fill="none" stroke="black" points="8,-201.75 8,-303.75 139,-303.75 139,-201.75 8,-201.75"/>
  313. </a>
  314. </g>
  315. </g>
  316. <!-- Node_Ja_115&#45;&gt;Node_Ja_100 -->
  317. <g id="edge5" class="edge">
  318. <title>Node_Ja_115:e&#45;&gt;Node_Ja_100</title>
  319. <g id="a_edge5"><a xlink:title="Ja_115 &#45;&#45;&gt; Ja_100">
  320. <path fill="none" stroke="#008000" d="M139.5,-278.75C184.73,-278.75 153.74,-336.26 183,-370.75 184.86,-372.95 186.84,-375.1 188.9,-377.2"/>
  321. <polygon fill="#008000" stroke="#008000" points="186.44,-379.68 196.12,-383.99 191.23,-374.59 186.44,-379.68"/>
  322. </a>
  323. </g>
  324. </g>
  325. <!-- Node_Ja_115&#45;&gt;Node_Ja_112 -->
  326. <g id="edge3" class="edge">
  327. <title>Node_Ja_115:e&#45;&gt;Node_Ja_112:header</title>
  328. <g id="a_edge3"><a xlink:title="Ja_115 &#45;&#45;&gt; Ja_112">
  329. <path fill="none" stroke="#000000" d="M139.5,-230.75C173.89,-230.75 157.56,-189.9 183,-166.75 194.72,-156.08 200.16,-148.65 211.65,-145.92"/>
  330. <polygon fill="#000000" stroke="#000000" points="211.9,-149.41 221.49,-144.9 211.19,-142.45 211.9,-149.41"/>
  331. </a>
  332. </g>
  333. </g>
  334. <!-- Node_Ja_115&#45;&gt;Node_Ja_113 -->
  335. <g id="edge8" class="edge">
  336. <title>Node_Ja_115:e&#45;&gt;Node_Ja_113:header</title>
  337. <g id="a_edge8"><a xlink:title="Ja_115 &#45;&#45;&gt; Ja_113">
  338. <path fill="none" stroke="#000000" d="M139.5,-214.75C191.25,-214.75 147.92,-144.79 183,-106.75 194.93,-93.82 201.99,-87.45 215.69,-85.46"/>
  339. <polygon fill="#000000" stroke="#000000" points="215.73,-88.96 225.49,-84.84 215.29,-81.98 215.73,-88.96"/>
  340. </a>
  341. </g>
  342. </g>
  343. <!-- Node_Ja_115&#45;&gt;Node_Ja_114 -->
  344. <g id="edge4" class="edge">
  345. <title>Node_Ja_115:e&#45;&gt;Node_Ja_114:header</title>
  346. <g id="a_edge4"><a xlink:title="Ja_115 &#45;&#45;&gt; Ja_114">
  347. <path fill="none" stroke="#000000" d="M139.5,-262.75C179.53,-262.75 153.24,-332.17 179.8,-346.27"/>
  348. <polygon fill="#000000" stroke="#000000" points="179,-349.68 189.52,-348.42 180.52,-342.84 179,-349.68"/>
  349. </a>
  350. </g>
  351. </g>
  352. </g>
  353. </svg>