1 #ifndef RADSLINTFRAMEBUFFERBACKEND_H
2 #define RADSLINTFRAMEBUFFERBACKEND_H
11 #include <RADUi/RADSlintBackend.h>
13 #include <radkernel/rad_display.h>
40 std::shared_ptr<SlintBackend>*
backend);
Definition: RADSlintBackend.h:20
rad_status_t tryInstallFramebufferBackend(const FramebufferPlatformConfig &config, std::shared_ptr< SlintBackend > *backend)
Embedded-safe variant that reports RAD status instead of throwing on setup errors.
std::shared_ptr< SlintBackend > installFramebufferBackend(const FramebufferPlatformConfig &config={})
Backend & backend()
Returns the installed backend or throws when none is installed.
enum rad_status rad_status_t