Gregor Riepl

Results 313 comments of Gregor Riepl

Hi @goplayegg , thanks for your contribution. Could you also document the device in the [main README.md](https://github.com/goplayegg/gsl-firmware/edit/master/README.md) and add an English translation to the Chinese text, please? Thank you!

Thanks, added translation in b0f11f43337b1bf7b856519833af6934d6877643

Unfortunately not, because there _is_ no firmware in the hardware (except for a bootloader, maybe). The firmware needs to be uploaded at runtime, which is what the driver does.

@Yonits12 To my knowledge, this functionality is all contained in the firmware uploaded at runtime. However, I am not the manufacturer and I cannot know for sure.

Thanks for your contribution. Could you add the following to your pull request, please? * a device entry in the main [README.md](../blob/master/README.md) * the original driver files copied from the...

I added the changes to your branch. Thanks for your contribution.

Is this a complete package of touchscreen controller + touchscreen, or are you trying to build your own touchscreen interface? If it's the latter, you can't use one of the...

Take a look at the readme, it should help: https://github.com/onitake/gsl-firmware#android-driver

Examples of missing extensions: * https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_xcb_surface.html * https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_wayland_surface.html * https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_xlib_surface.html * https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_directfb_surface.html

If I run vk-gen with this command line, it will produce the necessary sources: ``` go run main.go -inFile vk.xml -outDir vk -platform win32,macos,metal,xlib,xlib_xrandr,xcb,wayland,directfb ```