<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>蓝色的华</title>
    <link>https://bluehua.org</link>
    <description></description>
    <managingEditor> (emptyhua)</managingEditor>
    <pubDate>Fri, 08 Jul 2022 20:33:55 +0000</pubDate>
    <item>
      <title>majun 在 《全球首款配备电子纸屏幕的抽纸盒～》 的留言</title>
      <link>https://bluehua.org/post/2016-04-25-2311/index.html#842df269-5910-4976-a857-83026fa16f04</link>
      <description>&lt;p&gt;树莓派4B这段代码报错frame = &#39;\xA5&#39; + struct.pack(&#39;&amp;gt;h&#39;, length) + chr(cmd)&lt;/p&gt;&#xA;</description>
      <author>majun</author>
      <guid>842df269-5910-4976-a857-83026fa16f04</guid>
      <pubDate>Fri, 08 Jul 2022 20:33:55 +0000</pubDate>
    </item>
    <item>
      <title>摩天 在 《全球首款配备电子纸屏幕的抽纸盒～》 的留言</title>
      <link>https://bluehua.org/post/2016-04-25-2311/index.html#1063c01e-c891-4d09-8333-a2ff341d049e</link>
      <description>&lt;p&gt;打开淘宝，购买，余额不足，退出。&lt;/p&gt;&#xA;</description>
      <author>摩天</author>
      <guid>1063c01e-c891-4d09-8333-a2ff341d049e</guid>
      <pubDate>Tue, 19 Nov 2019 18:34:54 +0000</pubDate>
    </item>
    <item>
      <title>coolflyreg 在 《全球首款配备电子纸屏幕的抽纸盒～》 的留言</title>
      <link>https://bluehua.org/post/2016-04-25-2311/index.html#dc84a134-3a26-45d1-91a0-b610934a83a5</link>
      <description>&lt;p&gt;为什么我买的这个屏，每次刷新都是全屏刷新，怎么局部刷新呢？&lt;/p&gt;&#xA;</description>
      <author>coolflyreg</author>
      <guid>dc84a134-3a26-45d1-91a0-b610934a83a5</guid>
      <pubDate>Thu, 13 Sep 2018 00:20:04 +0000</pubDate>
    </item>
    <item>
      <title>小明 在 《全球首款配备电子纸屏幕的抽纸盒～》 的留言</title>
      <link>https://bluehua.org/post/2016-04-25-2311/index.html#6ed2c077-5818-4411-baba-a0a380cad07f</link>
      <description>&lt;p&gt;至少弄个抽纸计数器吧。。。 否则结合在一起有何意义。。。&lt;/p&gt;&#xA;</description>
      <author>小明</author>
      <guid>6ed2c077-5818-4411-baba-a0a380cad07f</guid>
      <pubDate>Tue, 10 May 2016 16:20:59 +0000</pubDate>
    </item>
    <item>
      <title>空华叔 在 《全球首款配备电子纸屏幕的抽纸盒～》 的留言</title>
      <link>https://bluehua.org/post/2016-04-25-2311/index.html#4ca2f900-c0e2-4732-8994-41ef7a57e0c4</link>
      <description>&lt;p&gt;http://v2ex.com/t/274330 v2上的帖子基本没有什么，如果你对树莓派比较熟悉，可以看下github上的项目地址：）&lt;/p&gt;&#xA;</description>
      <author>空华叔</author>
      <guid>4ca2f900-c0e2-4732-8994-41ef7a57e0c4</guid>
      <pubDate>Fri, 29 Apr 2016 13:10:06 +0000</pubDate>
    </item>
    <item>
      <title>dengdeng 在 《全球首款配备电子纸屏幕的抽纸盒～》 的留言</title>
      <link>https://bluehua.org/post/2016-04-25-2311/index.html#bf379fe2-2c6a-4d75-8096-3b74b06f6475</link>
      <description>&lt;p&gt;v2上的地址多少？ 过去学习下~~&lt;/p&gt;&#xA;</description>
      <author>dengdeng</author>
      <guid>bf379fe2-2c6a-4d75-8096-3b74b06f6475</guid>
      <pubDate>Fri, 29 Apr 2016 12:33:56 +0000</pubDate>
    </item>
    <item>
      <title>dboat 在 《全球首款配备电子纸屏幕的抽纸盒～》 的留言</title>
      <link>https://bluehua.org/post/2016-04-25-2311/index.html#6573334b-a6ba-41ed-9d7b-f56e678c4170</link>
      <description>&lt;p&gt;请问大侠按你的步骤前两步都运行正常，已经取得温湿度和天气，但运行屏幕输出时就不动了也无任何显示。字体和图要预先加载到屏幕吗？请指教，谢谢！&lt;br&gt;&#xA;运行无显示，中断后的错误代码：&lt;br&gt;&#xA;^CTraceback (most recent call last):&lt;br&gt;&#xA;File &amp;quot;weather_time_render.py&amp;quot;, line 16, in&lt;br&gt;&#xA;screen.handshake()&lt;br&gt;&#xA;File &amp;quot;/home/pi/epaper_clock-master/Waveshare_43inch_ePaper.py&amp;quot;, line 85, in handshake&lt;br&gt;&#xA;self._send(self._build_frame(CMD_HANDSHAKE))&lt;br&gt;&#xA;File &amp;quot;/home/pi/epaper_clock-master/Waveshare_43inch_ePaper.py&amp;quot;, line 71, in _send&lt;br&gt;&#xA;self.socket.write(frame)&lt;br&gt;&#xA;File &amp;quot;/usr/lib/python2.7/dist-packages/serial/serialposix.py&amp;quot;, line 475, in write&lt;br&gt;&#xA;n = os.write(self.fd, d)&lt;br&gt;&#xA;KeyboardInterrupt&lt;/p&gt;&#xA;</description>
      <author>dboat</author>
      <guid>6573334b-a6ba-41ed-9d7b-f56e678c4170</guid>
      <pubDate>Fri, 29 Apr 2016 15:59:54 +0000</pubDate>
    </item>
    <item>
      <title>dboat 在 《全球首款配备电子纸屏幕的抽纸盒～》 的留言</title>
      <link>https://bluehua.org/post/2016-04-25-2311/index.html#1ad939e8-2eb8-444b-b9ca-56ffa1bf3648</link>
      <description>&lt;p&gt;可以了，原来是串口被占用了，谢谢！&lt;/p&gt;&#xA;</description>
      <author>dboat</author>
      <guid>1ad939e8-2eb8-444b-b9ca-56ffa1bf3648</guid>
      <pubDate>Fri, 29 Apr 2016 23:27:24 +0000</pubDate>
    </item>
    <item>
      <title>空华叔 在 《全球首款配备电子纸屏幕的抽纸盒～》 的留言</title>
      <link>https://bluehua.org/post/2016-04-25-2311/index.html#3de1619f-d667-41c7-8b41-b2128164b4ac</link>
      <description>&lt;p&gt;hi，等我会写一篇详细点的文档吧，如果对树莓派不熟悉的话，直接下载代码是没法正常工作的。&lt;/p&gt;&#xA;</description>
      <author>空华叔</author>
      <guid>3de1619f-d667-41c7-8b41-b2128164b4ac</guid>
      <pubDate>Fri, 29 Apr 2016 18:02:52 +0000</pubDate>
    </item>
    <item>
      <title>dboat 在 《全球首款配备电子纸屏幕的抽纸盒～》 的留言</title>
      <link>https://bluehua.org/post/2016-04-25-2311/index.html#cebc87d9-317c-4e7b-be2a-3e2ca4c41b2d</link>
      <description>&lt;p&gt;多谢！等大侠的详细教程。&lt;/p&gt;&#xA;</description>
      <author>dboat</author>
      <guid>cebc87d9-317c-4e7b-be2a-3e2ca4c41b2d</guid>
      <pubDate>Fri, 29 Apr 2016 18:15:59 +0000</pubDate>
    </item>
  </channel>
</rss>