<font face="Arial, Verdana">Ok, have added it in the github version. See uiconfig.h about parameter:</font>
<font face="Arial, Verdana">// For the 8 bit ks0108 display you need to set these pins</font>
<font face="Arial, Verdana">// UI_DISPLAY_D0_PIN,UI_DISPLAY_D1_PIN,UI_DISPLAY_D2_PIN,UI_DISPLAY_D3_PIN,UI_DISPLAY_D4_PIN,UI_DISPLAY_D5_PIN,UI_DISPLAY_D6_PIN,UI_DISPLAY_D7_PIN</font>
<font face="Arial, Verdana">// UI_DISPLAY_ENABLE_PIN,UI_DISPLAY_CS1,UI_DISPLAY_CS2,</font>
<font face="Arial, Verdana">// UI_DISPLAY_DI,UI_DISPLAY_RW_PIN,UI_DISPLAY_RESET_PIN</font>
<font face="Arial, Verdana">//#define U8GLIB_KS0108</font>
<font face="Arial, Verdana">#define U8GLIB_KS0108_FAST</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">All I can say is that it compiles with these drivers. I have also modified u8g to compile and use the correct pins if choosing the fast mode (which I guess is much faster so it should be preferred)</font>