gdispInit() -> gfxInit() in all demos

This commit is contained in:
Joel Bodenmann 2013-05-30 19:02:55 +02:00
parent c4f39fcdde
commit f2ba60f465
8 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ int main(void) {
chSysInit();
/* initialize the LCD */
gdispInit();
gfxInit();
gdispClear(Black);
/* Calibrate the touchscreen */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9 KiB

After

Width:  |  Height:  |  Size: 9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB