126 easily. |
126 easily. |
127 |
127 |
128 I also had to use my DSLogic logic analyzer to debug a few things and get to a |
128 I also had to use my DSLogic logic analyzer to debug a few things and get to a |
129 point that make the front panel usable: |
129 point that make the front panel usable: |
130 |
130 |
131 .. peertube:: cc6f4327-703f-42f6-8157-03cd0a987387 |
131 .. peertube:: 74b11332-ab1f-459b-8602-2f85c887e506 |
132 |
132 |
133 In this version of the code are many remaining problems, the biggest one being |
133 In this version of the code are many remaining problems, the biggest one being |
134 the fact the display flickers a lot. In the code of the formware, I have a |
134 the fact the display flickers a lot. In the code of the formware, I have a |
135 "frame"-buffer in which the main loop draw the information to be displayed, and |
135 "frame"-buffer in which the main loop draw the information to be displayed, and |
136 a thread that copy this buffer to the actual display once every 30ms. And in |
136 a thread that copy this buffer to the actual display once every 30ms. And in |