phil-opp / blog_os

Writing an OS in Rust
http://os.phil-opp.com
Apache License 2.0
14.27k stars 1.01k forks source link

Fix `embedded_graphics` code + typo in chapter 3 #1276

Closed proudmuslim-dev closed 4 months ago

proudmuslim-dev commented 5 months ago

In addition to the other (self-explanatory) changes, Display now takes a reference to the FrameBuffer struct since we can't actually take ownership of it

proudmuslim-dev commented 5 months ago

Apologies for the repeated force pushes, I kept noticing changes that I forgot

proudmuslim-dev commented 4 months ago

Anytime!