]> git.webhop.me Git - lcd4linux.git/commitdiff
version of linked serdisplib in long verbose output
authorvolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Fri, 9 Jan 2009 16:46:28 +0000 (16:46 +0000)
committervolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Fri, 9 Jan 2009 16:46:28 +0000 (16:46 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@951 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

drv_serdisplib.c

index a2a8db2a7989ee4b2c55d48ff62daadd8865ddc4..59cea0b6faa50f2752951d69f36d8c8221f09653 100644 (file)
@@ -283,7 +283,8 @@ int drv_SD_list(void)
     serdisp_display_t displaydesc;
 
     if (verbose_level > 0) {
-       printf("  Supported displays:\n");
+       printf("  version %i.%i, supported displays:\n",
+              SERDISP_VERSION_GET_MAJOR(SERDISP_VERSION_CODE), SERDISP_VERSION_GET_MINOR(SERDISP_VERSION_CODE));
        displaydesc.dispname = "";
        printf("    display name     alias names           description\n");
        printf("    ---------------  --------------------  -----------------------------------\n");