You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Install dependencies before executing unit tests. * Split out UTF-8 decoder. * Fixup python formatting rules. * Add documentation for QGF/QFF and the RLE format used. * Add CLI commands for converting images and fonts. * Add stub rules.mk for QP. * Add stream type. * Add base driver and comms interfaces. * Add support for SPI, SPI+D/C comms drivers. * Include <qp.h> when enabled. * Add base support for SPI+D/C+RST panels, as well as concrete implementation of ST7789. * Add support for GC9A01. * Add support for ILI9341. * Add support for ILI9163. * Add support for SSD1351. * Implement qp_setpixel, including pixdata buffer management. * Implement qp_line. * Implement qp_rect. * Implement qp_circle. * Implement qp_ellipse. * Implement palette interpolation. * Allow for streams to work with either flash or RAM. * Image loading. * Font loading. * QGF palette loading. * Progressive decoder of pixel data supporting Raw+RLE, 1-,2-,4-,8-bpp monochrome and palette-based images. * Image drawing. * Animations. * Font rendering. * Check against 256 colours, dump out the loaded palette if debugging enabled. * Fix build. * AVR is not the intended audience. * `qmk format-c` * Generation fix. * First batch of docs. * More docs and examples. * Review comments. * Public API documentation. |
4 years ago | |
|---|---|---|
| .. | ||
| audio | 4 years ago | |
| backlight | 4 years ago | |
| bootmagic | 4 years ago | |
| debounce | 4 years ago | |
| encoder/tests | 4 years ago | |
| keymap_extras | 4 years ago | |
| led_matrix | 4 years ago | |
| logging | 4 years ago | |
| painter | 4 years ago | |
| process_keycode | 4 years ago | |
| rgb_matrix | 4 years ago | |
| rgblight | 4 years ago | |
| sequencer | 4 years ago | |
| split_common | 4 years ago | |
| action.c | 4 years ago | |
| action.h | 4 years ago | |
| action_code.h | 4 years ago | |
| action_layer.c | 4 years ago | |
| action_layer.h | ||
| action_tapping.c | 4 years ago | |
| action_tapping.h | 4 years ago | |
| action_util.c | 4 years ago | |
| action_util.h | 4 years ago | |
| bitwise.c | 4 years ago | |
| bitwise.h | ||
| color.c | 4 years ago | |
| color.h | 4 years ago | |
| command.c | 4 years ago | |
| command.h | ||
| config_common.h | 4 years ago | |
| crc.c | ||
| crc.h | ||
| debounce.h | 4 years ago | |
| deferred_exec.c | 4 years ago | |
| deferred_exec.h | 4 years ago | |
| digitizer.c | 4 years ago | |
| digitizer.h | ||
| dip_switch.c | 4 years ago | |
| dip_switch.h | ||
| dynamic_keymap.c | 4 years ago | |
| dynamic_keymap.h | 4 years ago | |
| dynamic_macro.h | ||
| eeconfig.c | 4 years ago | |
| eeconfig.h | 4 years ago | |
| encoder.c | 4 years ago | |
| encoder.h | 4 years ago | |
| haptic.c | 4 years ago | |
| haptic.h | 4 years ago | |
| joystick.c | 4 years ago | |
| joystick.h | 4 years ago | |
| keyboard.c | 4 years ago | |
| keyboard.h | 4 years ago | |
| keycode.h | 4 years ago | |
| keycode_config.c | 4 years ago | |
| keycode_config.h | 4 years ago | |
| keycode_legacy.h | 4 years ago | |
| keymap.h | 4 years ago | |
| keymap_common.c | 4 years ago | |
| led.c | 4 years ago | |
| led.h | 4 years ago | |
| led_tables.c | ||
| led_tables.h | ||
| main.c | 4 years ago | |
| matrix.c | 4 years ago | |
| matrix.h | 4 years ago | |
| matrix_common.c | 4 years ago | |
| mousekey.c | 4 years ago | |
| mousekey.h | 4 years ago | |
| pointing_device.c | 4 years ago | |
| pointing_device.h | 4 years ago | |
| pointing_device_drivers.c | 4 years ago | |
| programmable_button.c | 4 years ago | |
| programmable_button.h | ||
| quantum.c | 4 years ago | |
| quantum.h | 4 years ago | |
| quantum_keycodes.h | 4 years ago | |
| quantum_keycodes_legacy.h | 4 years ago | |
| raw_hid.h | 4 years ago | |
| ring_buffer.h | 4 years ago | |
| send_string.c | 4 years ago | |
| send_string.h | ||
| send_string_keycodes.h | ||
| sync_timer.c | 4 years ago | |
| sync_timer.h | 4 years ago | |
| utf8.c | 4 years ago | |
| utf8.h | 4 years ago | |
| util.h | 4 years ago | |
| variable_trace.c | ||
| variable_trace.h | ||
| velocikey.c | 4 years ago | |
| velocikey.h | ||
| via.c | 4 years ago | |
| via.h | 4 years ago | |
| via_ensure_keycode.h | 4 years ago | |
| virtser.h | 4 years ago | |
| wpm.c | 4 years ago | |
| wpm.h | 4 years ago | |