forked from bitbank2/bbgfx
-
Notifications
You must be signed in to change notification settings - Fork 0
BitBank Graphics Library - optimized primitives for RGB565 surfaces on ARMv5
License
toaniel/bbgfx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
*** BBGFX *** BBGFX is a C/ASM library of graphics primitives primarily targeted at embedded and bare metal environments. The benefit of BBGFX over other graphics libraries is that the functions are written in optimized ARMv5 assembly language. This makes it useful for less capable ARM systems such as the Cortex-M series or Raspberry Pi's using the BCM2835 (ARMv6) CPU. BBGFX contains primitives for working with bitmaps, lines, circles, rectangles and supports operations with transparency and translucency. Here's the demo code running on a Raspberry Pi Zero and SPI LCD display: https://www.youtube.com/watch?v=8VoxaDIMALA To build the library, simply type 'make' in the terminal. To build the demo app, type 'make -f make_demo'. This will build the 'bbgfxdemo' executable to show that the library is working. By default, the demo will send output to /dev/fb0. It can also send output to a SPI-connected LCD using my SPI_LCD library. The fb0 device is assumed to be configured for either 32 or 16-bits per pixel. BBGFX depends on image functions in a limited version of my imaging library called 'mini_pil' - mini portable imaging library. This code is included with this repo. Copyright (c) 2009-2017 BitBank Software, Inc. Written by Larry Bank bitbank@pobox.com
About
BitBank Graphics Library - optimized primitives for RGB565 surfaces on ARMv5
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 76.3%
- Assembly 22.5%
- C++ 1.1%
- Makefile 0.1%