Trick for 16-rows display using Parola :)

Have you a tip for this error!

/var/folders/l9/27pqv_zs4zd0xmpx_03blk_m0000gn/T/arduino_modified_sketch_350888/big_fonts_demo.ino: In function 'void loop()':
big_fonts_demo:39: error: 'CENTER' was not declared in this scope
P.displayZoneText(0, "Create 16-rows display using Parola library", CENTER, 30, 0, SCROLL_LEFT, SCROLL_LEFT);
^
big_fonts_demo:39: error: 'SCROLL_LEFT' was not declared in this scope
P.displayZoneText(0, "Create 16-rows display using Parola library", CENTER, 30, 0, SCROLL_LEFT, SCROLL_LEFT);
^
big_fonts_demo:54: error: 'PRINT' was not declared in this scope
P.displayZoneText(0, "BIG FONT", CENTER, 30, 0, PRINT, NO_EFFECT);
^
big_fonts_demo:54: error: 'NO_EFFECT' was not declared in this scope
P.displayZoneText(0, "BIG FONT", CENTER, 30, 0, PRINT, NO_EFFECT);
^
big_fonts_demo:61: error: 'SCROLL_DOWN' was not declared in this scope
P.displayZoneText(0, "BIG FONT", CENTER, 30, 2000, PRINT, SCROLL_DOWN);
^
big_fonts_demo:62: error: 'SCROLL_UP' was not declared in this scope
P.displayZoneText(1, "BIG FONT", CENTER, 30, 2000, PRINT, SCROLL_UP);
^
exit status 1
'CENTER' was not declared in this scope