Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Liu <andy@madmachine.io>
  • Loading branch information
andy0808 committed Dec 9, 2024
1 parent 406113c commit b216eaf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public struct DefaultApp {

let screen = ST7789(spi: spi, cs: cs, dc: dc, rst: rst, bl: bl, width: 240, rotation: .angle90)
var screenBuffer = [UInt16](repeating: 0, count: screen.width * screen.height)

var frameBuffer = [UInt32](repeating: 0, count: screen.width * screen.height)

let colors = [
Expand Down

0 comments on commit b216eaf

Please sign in to comment.