-
Notifications
You must be signed in to change notification settings - Fork 627
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the
zephyr,touch
device tree entry for input handling
Zephyr have recently added this device tree entry to provide a common interface for input handlers. This means we can remove the overlay required for the i.MX RT1170 shield, and remove our modifications some of our modifications for the native sim. It also means that we don't have to make device tree modifications to support other boards in the future.
- Loading branch information
Showing
4 changed files
with
1 addition
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
// Copyright © SixtyFPS GmbH <[email protected]> | ||
// SPDX-License-Identifier: MIT | ||
|
||
/{ | ||
aliases { | ||
slint-input = &input_sdl_touch; | ||
}; | ||
}; | ||
|
||
&sdl_dc { | ||
height = <720>; | ||
width = <1280>; | ||
|
8 changes: 0 additions & 8 deletions
8
demos/printerdemo/zephyr/boards/shields/rk055hdmipi4ma0/rk055hdmipi4ma0.overlay
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters