File tree Expand file tree Collapse file tree 2 files changed +37
-34
lines changed Expand file tree Collapse file tree 2 files changed +37
-34
lines changed Original file line number Diff line number Diff line change 13
13
correction of the ` hub.imu.heading() ` value ([ support #1678 ] ).
14
14
- Added ` update_heading_correction ` to interactively set the heading
15
15
correction value ([ support #1678 ] ).
16
- - Reduced hub poweroff time from 3 to 2 second to make it easier to turn off
17
- the hub ([ pybricks-micropython #250 ] ).
18
16
19
17
### Changed
20
18
21
19
- When upgrading the firmware to a new version, the user program will now
22
20
be erased. This avoids issues with incompatible program files ([ support #1622 ] ).
23
21
- The ` angular_velocity_threshold ` , and ` acceleration_threshold ` settings
24
22
in ` hub.imu.settings ` are now persistent between reboots.
23
+ - Reduced hub poweroff time from 3 to 2 second to make it easier to turn off
24
+ the hub ([ pybricks-micropython #250 ] ).
25
+ - Improved font for the digits `` 0--9 `` when displaying them
26
+ with ` hub.display.char(str(x)) ` ([ pybricks-micropython #253 ] ).
25
27
26
28
[ pybricks-micropython#250 ] : https://github.com/pybricks/pybricks-micropython/pull/250
29
+ [ pybricks-micropython#253 ] : https://github.com/pybricks/pybricks-micropython/pull/253
27
30
[ support#1615 ] : https://github.com/pybricks/support/issues/1615
28
31
[ support#1622 ] : https://github.com/pybricks/support/issues/1622
29
32
[ support#1678 ] : https://github.com/pybricks/support/issues/1678
Original file line number Diff line number Diff line change @@ -196,11 +196,11 @@ const uint8_t pb_font_5x5[95][5] = {
196
196
0b10000 , // 🟨⬛⬛⬛⬛
197
197
},
198
198
{ // 0
199
- 0b01100 , // ⬛🟨🟨⬛ ⬛
200
- 0b10010 , // 🟨⬛ ⬛🟨⬛
201
- 0b10010 , // 🟨⬛ ⬛🟨⬛
202
- 0b10010 , // 🟨⬛ ⬛🟨⬛
203
- 0b01100 , // ⬛🟨🟨⬛ ⬛
199
+ 0b01110 , // ⬛🟨🟨🟨 ⬛
200
+ 0b01010 , // ⬛🟨 ⬛🟨⬛
201
+ 0b01010 , // ⬛🟨 ⬛🟨⬛
202
+ 0b01010 , // ⬛🟨 ⬛🟨⬛
203
+ 0b01110 , // ⬛🟨🟨🟨 ⬛
204
204
},
205
205
{ // 1
206
206
0b00100 , // ⬛⬛🟨⬛⬛
@@ -210,60 +210,60 @@ const uint8_t pb_font_5x5[95][5] = {
210
210
0b01110 , // ⬛🟨🟨🟨⬛
211
211
},
212
212
{ // 2
213
- 0b11100 , // 🟨🟨🟨⬛ ⬛
213
+ 0b01110 , // ⬛ 🟨🟨🟨⬛
214
214
0b00010 , // ⬛⬛⬛🟨⬛
215
- 0b01100 , // ⬛🟨🟨⬛ ⬛
216
- 0b10000 , // 🟨⬛ ⬛⬛⬛
217
- 0b11110 , // 🟨 🟨🟨🟨⬛
215
+ 0b01110 , // ⬛🟨🟨🟨 ⬛
216
+ 0b01000 , // ⬛🟨 ⬛⬛⬛
217
+ 0b01110 , // ⬛ 🟨🟨🟨⬛
218
218
},
219
219
{ // 3
220
- 0b11110 , // 🟨 🟨🟨🟨⬛
220
+ 0b01110 , // ⬛ 🟨🟨🟨⬛
221
221
0b00010 , // ⬛⬛⬛🟨⬛
222
- 0b00100 , // ⬛⬛🟨⬛ ⬛
223
- 0b10010 , // 🟨 ⬛⬛🟨⬛
224
- 0b01100 , // ⬛🟨🟨⬛ ⬛
222
+ 0b01110 , // ⬛🟨🟨🟨 ⬛
223
+ 0b00010 , // ⬛ ⬛⬛🟨⬛
224
+ 0b01110 , // ⬛🟨🟨🟨 ⬛
225
225
},
226
226
{ // 4
227
- 0b00110 , // ⬛⬛🟨🟨⬛
228
227
0b01010 , // ⬛🟨⬛🟨⬛
229
- 0b10010 , // 🟨⬛⬛🟨⬛
230
- 0b11111 , // 🟨🟨🟨🟨🟨
228
+ 0b01010 , // ⬛🟨⬛🟨⬛
229
+ 0b01110 , // ⬛🟨🟨🟨⬛
230
+ 0b00010 , // ⬛⬛⬛🟨⬛
231
231
0b00010 , // ⬛⬛⬛🟨⬛
232
232
},
233
233
{ // 5
234
- 0b11111 , // 🟨🟨🟨🟨🟨
235
- 0b10000 , // 🟨⬛ ⬛⬛⬛
236
- 0b11110 , // 🟨 🟨🟨🟨⬛
237
- 0b00001 , // ⬛⬛⬛⬛🟨
238
- 0b11110 , // 🟨 🟨🟨🟨⬛
234
+ 0b01110 , // ⬛ 🟨🟨🟨⬛
235
+ 0b01000 , // ⬛🟨 ⬛⬛⬛
236
+ 0b01110 , // ⬛ 🟨🟨🟨⬛
237
+ 0b00010 , // ⬛⬛⬛🟨⬛
238
+ 0b01110 , // ⬛ 🟨🟨🟨⬛
239
239
},
240
240
{ // 6
241
- 0b00010 , // ⬛⬛⬛🟨⬛
242
- 0b00100 , // ⬛⬛🟨⬛⬛
243
241
0b01110 , // ⬛🟨🟨🟨⬛
244
- 0b10001 , // 🟨⬛⬛⬛🟨
242
+ 0b01000 , // ⬛🟨⬛⬛⬛
243
+ 0b01110 , // ⬛🟨🟨🟨⬛
244
+ 0b01010 , // ⬛🟨⬛🟨⬛
245
245
0b01110 , // ⬛🟨🟨🟨⬛
246
246
},
247
247
{ // 7
248
- 0b11111 , // 🟨🟨🟨🟨🟨
248
+ 0b01110 , // ⬛ 🟨🟨🟨⬛
249
249
0b00010 , // ⬛⬛⬛🟨⬛
250
250
0b00100 , // ⬛⬛🟨⬛⬛
251
- 0b01000 , // ⬛🟨⬛ ⬛⬛
252
- 0b10000 , // 🟨⬛⬛ ⬛⬛
251
+ 0b00100 , // ⬛⬛🟨 ⬛⬛
252
+ 0b00100 , // ⬛⬛🟨 ⬛⬛
253
253
},
254
254
{ // 8
255
255
0b01110 , // ⬛🟨🟨🟨⬛
256
- 0b10001 , // 🟨⬛⬛⬛🟨
256
+ 0b01010 , // ⬛🟨⬛🟨⬛
257
257
0b01110 , // ⬛🟨🟨🟨⬛
258
- 0b10001 , // 🟨⬛⬛⬛🟨
258
+ 0b01010 , // ⬛🟨⬛🟨⬛
259
259
0b01110 , // ⬛🟨🟨🟨⬛
260
260
},
261
261
{ // 9
262
262
0b01110 , // ⬛🟨🟨🟨⬛
263
- 0b10001 , // 🟨⬛⬛⬛🟨
263
+ 0b01010 , // ⬛🟨⬛🟨⬛
264
+ 0b01110 , // ⬛🟨🟨🟨⬛
265
+ 0b00010 , // ⬛⬛⬛🟨⬛
264
266
0b01110 , // ⬛🟨🟨🟨⬛
265
- 0b00100 , // ⬛⬛🟨⬛⬛
266
- 0b01000 , // ⬛🟨⬛⬛⬛
267
267
},
268
268
{ // :
269
269
0b00000 , // ⬛⬛⬛⬛⬛
You can’t perform that action at this time.
0 commit comments