David Antliff

Results 115 comments of David Antliff

That link is useful - thanks. I'm glad you got things working for your device. I'll keep this issue open for the time being and look at it more closely...

Hi @rysmith0315, uh, no that is not expected! I have never seen this interweaving of lines before. What's the exact part number of the LCD controller? I've tested this library...

I haven't looked into in depth but I suspect it's to do with logic around adding automatic newlines - you will probably get better results if you set the cursor...

Thanks for the PR, I will look to merge this once I move the project to ESP-IDF v5.x.

I should note that when I tried this with an enum, I ran into issues with the enum variants not being "unit" ```rust #[bitsize(4)] #[derive(DebugBits, FromBits)] struct Inner1 { register:...

@hecatia-elegua sorry I can't really comment in the implementation at this point. But for use-case analysis, perhaps it would help if I share how I used this in `bitfield-struct`. Here's...

Yes, #86 does seem relevant. Thank you for your reply. The main use-case for me is that I'm building a large set of these structs, to represent a hardware interface...

Hi @hecatia-elegua - due to business pressure I have had to move on and use bitfield-struct, in order to meet my requirements and deadline. This means I haven't been able...