Glenn Ruben Bakke
|
d37d799204
|
nrf5/drivers: Updating examples in comment in oled ssd1305 object to use the draw module.
|
2017-01-26 22:56:30 +01:00 |
Glenn Ruben Bakke
|
b4d53ad560
|
nrf5/drivers: Updating display objects to use new SPI pin configuration in print function.
|
2017-01-26 22:08:39 +01:00 |
Glenn Ruben Bakke
|
197c052ca6
|
nrf5/drivers: Activate ssd1289 object in the display module.
|
2017-01-25 19:52:18 +01:00 |
Glenn Ruben Bakke
|
c442588b92
|
nrf5/drivers: Adding ssd1289 lcd tft driver and python module.
|
2017-01-25 19:47:25 +01:00 |
Glenn Ruben Bakke
|
e52ec39120
|
nrf5/drivers: Optimizing update_line in ili9341 driver a bit.
|
2017-01-21 21:22:02 +01:00 |
Glenn Ruben Bakke
|
c1a609653f
|
nrf5/drivers: Adding space in macro.
|
2017-01-20 19:31:10 +01:00 |
Glenn Ruben Bakke
|
34aeaf97c1
|
nrf5/drivers: Adding rgb16.h with macro to convert 5-6-5 rgb values into a 16-bit value.
|
2017-01-20 19:17:31 +01:00 |
Glenn Ruben Bakke
|
adccc2fa13
|
nrf5/drivers: Updating epaper driver sld00200p to use new framebuffer.
|
2017-01-19 22:25:24 +01:00 |
Glenn Ruben Bakke
|
1f7bc76361
|
nrf5/drivers: Removing debug printf's from epaper display python module.
|
2017-01-19 20:55:00 +01:00 |
Glenn Ruben Bakke
|
225b3dfd19
|
nrf5/drivers: Updating python example in comment for ls0xxb7dxx display module.
|
2017-01-19 20:49:27 +01:00 |
Glenn Ruben Bakke
|
5f9c556092
|
nrf5/drivers: Adding ls0xxb7dxx to display module.
|
2017-01-19 20:45:51 +01:00 |
Glenn Ruben Bakke
|
158edcad2c
|
nrf5/drivers: Updating sharp memory display driver and python module to a working state.
|
2017-01-19 20:43:23 +01:00 |
Glenn Ruben Bakke
|
ca34429617
|
nrf5/drivers: Tuning memory lcd driver a bit. Fixing small mp_printf usage bug.
|
2017-01-18 23:01:53 +01:00 |
Glenn Ruben Bakke
|
16489fced2
|
nrf5/drivers: Adding sharp memory display driver. For now hardcoded to 2.7 inch variant.
|
2017-01-17 23:15:30 +01:00 |
Glenn Ruben Bakke
|
733040e647
|
nrf5/drivers: Adding ssd1305 oled driver. This is very similar to ssd1306, so a merge will happen soon.
|
2017-01-16 23:37:52 +01:00 |
Glenn Ruben Bakke
|
6ab233a5ba
|
nrf5/drivers: Updating ili9341 display object to use new framebuffer.
|
2017-01-15 22:47:30 +01:00 |
Glenn Ruben Bakke
|
535f44b8bf
|
nrf5/drivers: Updating ili9341 driver to use new framebuffer, and removing the compressed param from the line update function.
|
2017-01-15 22:46:23 +01:00 |
Glenn Ruben Bakke
|
5618be883b
|
nrf5/drivers: Adding example in comment on how to use the ili9341 driver with nrf51/pca10028 board.
|
2017-01-15 20:32:24 +01:00 |
Glenn Ruben Bakke
|
4c06455105
|
nrf5/drivers: Moving oled ssd1306 driver over to new framebuffer layout. Moving some of the draw algorithms into the object in order to optimize the speed on writing data from the framebuffer.
|
2017-01-15 19:06:48 +01:00 |
Glenn Ruben Bakke
|
56b3655f7e
|
nrf5/drivers: Adding new structures to moddisplay. Adding a display_t structure to cast all other displays into, to retrieve function pointer table of a display object type. Also adding the function table structure which needs to be filled by any display object.
|
2017-01-15 16:21:27 +01:00 |
Glenn Ruben Bakke
|
46caefbeeb
|
nrf5/drivers: Adding a new framebuffer implementation to replace the mono_fb.
|
2017-01-15 16:15:21 +01:00 |
Glenn Ruben Bakke
|
ea7416216c
|
nrf5/drivers: Correcting tabbing in oled ssd1306 c-module.
|
2017-01-10 18:31:44 +01:00 |
Glenn Ruben Bakke
|
073cfc0a2e
|
nrf5/drivers: Adding SSD1306 SPI display driver. Not complete, but can do fill screen operation atm.
|
2017-01-10 18:26:58 +01:00 |
Glenn Ruben Bakke
|
1d2bf26373
|
nrf5/drivers: Adding epaper display example script in comment for pca10056 / nrf52840 in the display module.
|
2017-01-09 19:45:37 +01:00 |
Glenn Ruben Bakke
|
1208970f6c
|
nrf5/drivers: Adding some more delay on bootup to ensure display recovers after reset.
|
2017-01-09 19:33:01 +01:00 |
Glenn Ruben Bakke
|
2ac3b23c0e
|
nrf5/drivers: Updating ili9341 driver to set CS high after cmd or data write.
|
2017-01-09 17:51:16 +01:00 |
Glenn Ruben Bakke
|
6b976c410c
|
nrf5/drivers: Extending print function for ili9341 object to also print out gpio port of the SPI pins.
|
2017-01-08 22:35:46 +01:00 |
Glenn Ruben Bakke
|
9a8bf934c6
|
nrf5/drivers: bugfix of the sld00200p driver. Stopping the pwm instead of restarting it. Shuffle placement of static function.
|
2017-01-08 21:29:13 +01:00 |
Glenn Ruben Bakke
|
859380afe8
|
nrf5/drivers: Correcting object print function to also include port number of the SPI pins. Correcting usage script example in comment.
|
2017-01-08 21:27:37 +01:00 |
Glenn Ruben Bakke
|
8a69f42f84
|
nrf5/drivers: Adding an initial script as comment for ili9341 on nrf52840/pca10056 in the driver module comment.
|
2017-01-08 21:25:42 +01:00 |
Glenn Ruben Bakke
|
c389872408
|
nrf5/drivers: Block nrf51 from compiling epaper_sld00200p for the moment. There is no soft-pwm present yet, and including pwm would just make compilation fail now.
|
2017-01-08 16:23:00 +01:00 |
Glenn Ruben Bakke
|
9214381671
|
nrf5/drivers: Backing up working epaper display (sld00200p shield) driver before refactoring.
|
2017-01-07 00:07:17 +01:00 |
Glenn Ruben Bakke
|
a2e2f3c07e
|
nrf5/drivers: Fixing parenthesis in ILI9341 __str__ print function.
|
2017-01-06 23:41:16 +01:00 |
Glenn Ruben Bakke
|
67683722c8
|
nrf5/drivers: Updating a working version of ili9341 module and driver. About 10 times faster than python implementation to update a full screen.
|
2017-01-06 20:18:00 +01:00 |
Glenn Ruben Bakke
|
62c3f9c1e3
|
nrf5/drivers: Adding preliminary file for ili9341 lcd driver.
|
2017-01-05 21:57:59 +01:00 |
Glenn Ruben Bakke
|
a62573ad41
|
nrf5/drivers: Adding template files for upcomming ili9341 driver.
|
2017-01-05 20:15:23 +01:00 |
Glenn Ruben Bakke
|
5079cb0a25
|
nrf5/drivers: Adding lcd ili9341 object implementation to make a new instance. print implemented for debugging pins assigned to the display driver. No interaction yet with the hal driver.
|
2017-01-05 20:13:51 +01:00 |
Glenn Ruben Bakke
|
28539221ce
|
nrf5/drivers: Adding ILI9341 class to the display global dict.
|
2017-01-05 20:01:23 +01:00 |
Glenn Ruben Bakke
|
aaadec99e0
|
nrf5/drivers: Removing one level of module hierarchy in display drivers. Removed epaper, lcd and oled modules, making import of classes happen directly from display module.
|
2017-01-05 00:49:21 +01:00 |
Glenn Ruben Bakke
|
6cddad02a8
|
nrf5/drivers: Creating python object implementation (locals) to be used for epaper sld00200p.
|
2017-01-04 21:10:06 +01:00 |
Glenn Ruben Bakke
|
31a54e063a
|
nrf5/drivers: Adding requirement for nrf52 target on the epaper sld00200p for now. There is no ported PWM module for nrf51 target yet. Hence, soft PWM for nrf51 needs to be added.
|
2017-01-04 20:05:01 +01:00 |
Glenn Ruben Bakke
|
d2f5f1fe60
|
nrf5/drivers: Enable EPAPER_SLD00200P in epaper module globals table.
|
2017-01-04 19:57:58 +01:00 |
Glenn Ruben Bakke
|
6300c6045a
|
nrf5/drivers: Adding missing file for epaper module / driver.
|
2017-01-04 19:56:53 +01:00 |
Glenn Ruben Bakke
|
87f250deec
|
nrf5/drivers: Removing external decleration of display module in header.
|
2017-01-04 17:20:51 +01:00 |
Glenn Ruben Bakke
|
2b92438d94
|
nrf5/drivers: Renaming display module to mp_module prefix as it is going to be inbuilt. ifdef'ing all submodules based on type of display configured through mpconfigport.h
|
2017-01-04 17:20:00 +01:00 |
Glenn Ruben Bakke
|
6b492cd8c4
|
nrf5/drivers: Adding ifdef sourrounding the implementation of module. Configurable with mpconfigport.h.
|
2017-01-04 17:18:47 +01:00 |
Glenn Ruben Bakke
|
bae425ca05
|
nrf5/drivers: Adding template for c-implementation of lcd, epaper and oled drivers as a display module.
|
2017-01-03 22:16:00 +01:00 |