displaylib_1bit_PICO 2.0.0
1-bit colour graphic display library, Rpi PICO RP2040 library
Loading...
Searching...
No Matches
main.cpp File Reference

Test file for SSD1306_OLED library,showing how to display bitmap, 128X64 screen. More...

#include <cstdio>
#include <vector>
#include "pico/stdlib.h"
#include "displaylib/ssd1306.hpp"
#include "displaylib/bitmap_test_data.hpp"

Detailed Description

Test file for SSD1306_OLED library,showing how to display bitmap, 128X64 screen.

Author
Gavin Lyons
Test:
  1. Test 301 OLEDBitmap method, bigImage 64x64 pixels
  2. Test 302 OLEDBitmap method, Small icons 16x8 pixels
  3. Test 303 OLEDBitmap method, full screen image 128x64 pixels
  4. Test 304 OLEDBitmap method, image 40x16 pixels
  5. Test 305 OLEDBitmap method, image 88x48 pixels
  6. Test 306 drawBitmap method, 16x16 pixels
  7. Test 307 drawBitmap method, 40x16 pixels
  8. Test 803 Bitmap error checking