Well, the OLED on developer board is driven through SPI and no GPIO is used during its operation(I suppose).
I have also checked from the serial port and it does not change overlays during LCD operation.
I don't have an interrupt. Only 5 keys and GPIO5 is set to check battery level(which is in a different module and called every second).
I've also replaced the LcdPutData function with code from the display example(along with changes for the example code to work along with other dev1000 library functions), which is also placed inside the same module. This time, it works fine. So I'm suspecting, LcdPutData is trying to access something out of reach. May be something in its code is limiting the function to be run on modules?
