We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf8005 commit 66d475fCopy full SHA for 66d475f
internal_filesystem/boot.py
@@ -50,7 +50,7 @@
50
# /2 = 19200 works, including camera at 9FPS
51
# 28800 is between the two and still works with camera!
52
# 30720 is /5 and is already too much
53
- BUFFER_SIZE = const(28800)
+_BUFFER_SIZE = const(28800)
54
fb1 = display_bus.allocate_framebuffer(_BUFFER_SIZE, lcd_bus.MEMORY_INTERNAL | lcd_bus.MEMORY_DMA)
55
fb2 = display_bus.allocate_framebuffer(_BUFFER_SIZE, lcd_bus.MEMORY_INTERNAL | lcd_bus.MEMORY_DMA)
56
0 commit comments