slint/demos/printerdemo/zephyr/boards/native_sim_64.overlay
Nathan Collins 878b12a377 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.
2025-01-02 13:52:18 +01:00

7 lines
127 B
Text

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT
&sdl_dc {
height = <720>;
width = <1280>;
};