Change pixel format to 32 bits per pixel

Issue genodelabs/genode#3784
This commit is contained in:
Norman Feske
2020-06-22 14:59:05 +02:00
parent 131670c109
commit 96987f84c7
20 changed files with 163 additions and 278 deletions

View File

@@ -33,7 +33,7 @@ install_config {
</start>
<start name="drivers" caps="1500">
<resource name="RAM" quantum="32M" constrain_phys="yes"/>
<resource name="RAM" quantum="64M" constrain_phys="yes"/>
<binary name="init"/>
<route>
<service name="ROM" label="config"> <parent label="drivers.config"/> </service>