linguini1 commented on issue #17580:
URL: https://github.com/apache/nuttx/issues/17580#issuecomment-3725095149
Oh good! I guess what we need then is to move some of the legacy interface
drivers to this new API. I suppose it would be something like:
```c
int ret;
struct fb_vtable_s *fb;
fb = bcm2711_fb_init(0);
if (fb == NULL) {/*...*/}
ret = fb_register_device(0, 0, fb);
```
in board bring-up code?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]