JeffCalwood

Results 3 comments of JeffCalwood

(in case someone needs to get this display running) for now I kludged this by modifying setRotation in the library. BTW, setRotation() corrupts the display width and height if passed...

@mzero the proposed struct eliminates the compiler warning. BUT note that the size of the `uint64_t BOD12_reserved_1 : 12;` is incorrect! Size should be 8 bits, not 12!

Isn't the counterpart to ```tud_disconnect()``` simply ```tud_connect()```? Adding ```_usbd_rhport = RHPORT_INVALID;``` to ```tud_disconnect()``` would break this pair of functions. If you want to ```tud_init()``` after ```tud_disconnect()```, shouldn't you call ```tud_deinit()```?