d_gfx mostly OK

This commit is contained in:
robojumper
2025-07-27 16:45:04 +02:00
parent 4ec5128eb4
commit e4e4be4fce
24 changed files with 339 additions and 69 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ bool dLytCursorStick_c::drawDirectly_() {
return true;
}
bool dLytCursorStick_c::setPriority(u8 priority) {
void dLytCursorStick_c::setPriority(u8 priority) {
mLyt.setPriority(priority);
}