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
|
13161d0eac
|
nrf5/drivers: Adding defines to exclude implementation of draw.c module if not enabled.
|
2017-01-15 19:32:11 +01:00 |
Glenn Ruben Bakke
|
bfca15bdff
|
nrf5/drivers: Adding draw module with circle, rectangle and text functions. Can be used by any display object which implements display callback functions.
|
2017-01-15 19:18:14 +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 |