Little Rook Chess

Home * Engines * Little Rook Chess

Little Rook Chess [1] with DOGM128 (128x64 dots) [2] Little Rook Chess,

a small dedicated open source chess program by Oliver Kraus, written in C, developed to run on an Arduino Uno with 32 KiB of Flash memory and only 2 KiB of RAM. As a demonstration project how to use Oliver’s u8glib, the universal graphics library (monochrom OLEDs and GLCDs) for embedded systems [3], the focus is on implementing the dedicated user interface realized with an Electronic Assembly DOG LCD module [4] and button shield. Little Rook Chess is part of u8glib under the terms of the new bsd license [5].

See also

References

  1. Image from little_rook_chess · olikraus/u8glib Wiki · GitHub
  2. dogm128e.pdf by Electronic Assembly
  3. olikraus/u8glib Wiki · GitHub
  4. Chip-On-Glass DOG Displays from Electronic Assembly, Display Visions
  5. u8glib/license.txt at master · olikraus/u8glib · GitHub
  6. u8glib/chessengine.c at master · olikraus/u8glib · GitHub
  7. little_rook_chess · olikraus/u8glib Wiki · GitHub

Up one Level