86eff19e0b
Actually the display in asus-me176c has a width of 800px, which means that the splash screen isn't perfectly centered. Correct this in deviceinfo to make it show up correctly. Also, add configuration file for Phosh to reduce scaling a bit to 1.75. It's kind of subjective but scaling = 2 definitely feels too large. [ci:skip-build]: already built successfully in CI
26 lines
877 B
Text
26 lines
877 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="ASUS MeMO Pad 7 (ME176C(X))"
|
|
deviceinfo_codename="asus-me176c"
|
|
deviceinfo_manufacturer="ASUS"
|
|
deviceinfo_year="2014"
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs="vfat nls_cp437 nls_iso8859_1 nls_utf8 goodix"
|
|
deviceinfo_arch="x86_64"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="tablet"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="800"
|
|
deviceinfo_screen_height="1280"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot-bootpart"
|
|
|
|
# "ASUS Product Demo", contains mostly useless audio/video files for demo purposes...
|
|
# With ~300 MB it is perfect as (second) EFI boot partition.
|
|
deviceinfo_flash_fastboot_partition_kernel="APD"
|
|
deviceinfo_boot_filesystem="fat32"
|