Ajurna 03c3c8a4ac Add LCDControlRegister for LCD control bit manipulation
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.
2025-05-14 16:33:35 +01:00
Description
No description provided
1.4 MiB
Languages
Rust 54.3%
Assembly 45.7%