Do you have a question about the WPI438 and is the answer not in the manual?
Questions and answers
Summary of Contents for Whadda WPI438
Page 1
WPI438 0.96 INCH OLED SCREEN WITH I2C FOR ARDUINO ® USER MANUAL...
Page 2
WPI438 USER MANUAL Introduction To all residents of the European Union Important environmental information about this product This symbol on the device or the package indicates that disposal of the device after its lifecycle could harm the environment. Do not dispose of the unit (or batteries) as unsorted municipal waste; it should be taken to a specialized company for recycling.
Page 3
WPI438 Overview WPI438 OLED displays are great in many ways. They use very little power, are bright, easy to read with a large viewing angle and have high resolution considering their small size. resolution: 128 x 64 dots viewing angle: > 160°...
Page 4
Go to Files → Examples and scroll down to U8glib. Open the example Graphicstest. In the sketch “Graphicstest”, several types of displays can be selected. Just “un-comment” the one you need. For the WPI438 you have to un-comment: U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NO_ACK); // Display which does not send AC Compile and upload the sketch to your Arduino ®...
Page 5
WPI438 #include "U8glib.h" // setup u8g object, please remove comment from one of the following constructor calls // IMPORTANT NOTE: The following list is incomplete. The complete list of supported // devices with all constructor calls is here: https://github.com/olikraus/u8glib/wiki/device U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NO_ACK);...
Page 8
= 0; // rebuild the picture after some delay //delay(150); More Information Please refer to the WPI438 product page on www.velleman.eu for more information. Use this device with original accessories only. Velleman nv cannot be held responsible in the event of damage or injury resulting from (incorrect) use of this device.
Need help?
Do you have a question about the WPI438 and is the answer not in the manual?
Questions and answers