03c3c8a4acd2ba026d10c950d375127c57ac656e
Introduce a new `LCDControlRegister` struct to manage and manipulate individual bits of the LCD control register. Implement `From<u8>` and `Into<u8>` conversions for seamless integration with byte-level operations. This enhances code clarity and simplifies bitwise operations related to LCD control.
Description
No description provided
Languages
Rust
54.3%
Assembly
45.7%