]> git.webhop.me Git - lcd4linux.git/commitdiff
- drv_dpf.c: use drv_generic_graphic_clear() while init
authorsvenhoefer <svenhoefer@svenhoefer.com>
Mon, 2 May 2016 21:40:19 +0000 (23:40 +0200)
committersvenhoefer <svenhoefer@svenhoefer.com>
Mon, 2 May 2016 21:40:19 +0000 (23:40 +0200)
drv_dpf.c

index 33c4958147d25c87147a5830fbb55fc755790c54..d4c051d562df96244d2eb2512c2738dbffa779a8 100644 (file)
--- a/drv_dpf.c
+++ b/drv_dpf.c
@@ -391,6 +391,8 @@ int drv_dpf_init(const char *section, const int quiet)
     if ((ret = drv_generic_graphic_init(section, Name)) != 0)
        return ret;
 
+    drv_generic_graphic_clear();
+
     if (!quiet) {
        char buffer[40];
        qprintf(buffer, sizeof(buffer), "%s %dx%d", Name, DCOLS, DROWS);