Skip to content

Commit

Permalink
Add DisplaySize64x32 to prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 9, 2025
1 parent f3a2f7a commit 0aa6a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pub use super::{
mode::DisplayConfig,
rotation::DisplayRotation,
size::{
DisplaySize, DisplaySize128x32, DisplaySize128x64, DisplaySize64x48, DisplaySize72x40,
DisplaySize96x16,
DisplaySize, DisplaySize128x32, DisplaySize128x64, DisplaySize64x32, DisplaySize64x48,
DisplaySize72x40, DisplaySize96x16,
},
};

Expand Down

0 comments on commit 0aa6a51

Please sign in to comment.