Commit Graph

122 Commits

Author SHA1 Message Date
Sebastien
efb1ce0324 Merge remote-tracking branch 'origin/master' into master-cmake
Conflicts:
	README.md
	build-scripts/ESP32-A1S-sdkconfig.defaults
	build-scripts/I2S-4MFlash-sdkconfig.defaults
	build-scripts/NonOTA-I2S-4MFlash-sdkconfig.defaults
	build-scripts/NonOTA-SqueezeAmp-sdkconfig.defaults
	build-scripts/SqueezeAmp4MBFlash-sdkconfig.defaults
	build-scripts/SqueezeAmp8MBFlash-sdkconfig.defaults
2020-06-09 14:42:37 -04:00
Sebastien
1a2de11e92 Merge remote-tracking branch 'origin/master' into master-cmake
Conflicts:
	README.md
	components/config/config.c
	components/driver_bt/bt_app_sink.c
	components/raop/raop.c
	components/services/audio_controls.c
	main/platform_esp32.h
2020-05-18 10:13:32 -04:00
Philippe G
8f0709d5b1 clarify our licensing intention 2020-05-04 18:40:48 -07:00
Sebastien
293d08deec system config UI work in progress 2020-04-29 19:38:00 -04:00
Sebastien
0a32f38f91 update display draw functions - release 2020-04-13 12:44:49 -04:00
Sebastien
602b5564b0 Merge remote-tracking branch 'origin/master' into master-cmake
Conflicts:
	components/raop/rtp.c
	components/squeezelite/display.c
2020-04-06 10:39:55 -04:00
Sebastien
fcf86c5e75 cmake ota leverage esp_http_client 2020-04-06 10:31:32 -04:00
Philippe G
26330ee69e add SSD1322 + few tweaks - release 2020-04-01 20:03:57 -07:00
Sebastien
c545c96fc1 Merge remote-tracking branch 'origin/master' into master-cmake
Conflicts:
	components/raop/rtp.c
2020-03-31 22:43:24 -04:00
philippe44
cd5693a81c VU bitmap is 8bits grayscale, not RGB332 - release 2020-03-24 15:31:13 -07:00
philippe44
6342e7b824 add analogue VU - release 2020-03-22 19:59:44 -07:00
Sebastien
70b6d54af7 Merge remote-tracking branch 'origin/master' into master-cmake 2020-03-21 12:38:55 -04:00
philippe44
5e5dc9ba29 1st artwork version 2020-03-18 23:42:44 -07:00
philippe44
a79022147c SSD1326 correction + prepare new slimproto message for artwork 2020-03-16 22:08:40 -07:00
Sebastien
1f508039e8 Merge remote-tracking branch 'origin/master' into master-cmake
Conflicts:
	components/driver_bt/bt_app_sink.c
2020-03-15 08:37:23 -04:00
philippe44
e3bff04117 acquire display when starting to play - release 2020-03-15 00:16:49 -07:00
Sebastien
65dbd203ca cleanup 2020-03-12 00:03:27 -04:00
Sebastien
ea873ae3bc Stabilizing a few things.
Music plays, httpd responds in a snap, messaging subsystem works, full
end-to-end flash erase/flash/configure wifi & hardware/reboot to
squeezelite was tested.

CMake system works well:  it now allows to flash in a single command
(assuming esp-idf V4.0 is properly installed on the system) with the
standard line:

idf.py flash -p <comport>

this makes building and flashing the app less confusing for new
developers/users wanting to experiment
2020-03-11 15:51:55 -04:00
Sebastien
b2ea4a2cdd untangling references. linking almost completed! 2020-03-08 10:46:30 -04:00
Sebastien
70aa420406 Merge remote-tracking branch 'origin/master' into master-cmake
Conflicts:
	components/raop/raop.c
	components/raop/rtp.c
	main/cmd_squeezelite.c
2020-03-08 09:54:50 -04:00
philippe44
281e6387b4 display register remove - release 2020-03-07 14:06:59 -08:00
philippe44
8e95bd3dd2 AirPlay fix & misc
- Spectrum scale fix
- Initialize more display parameters
- Reboot after 30s of no connection
- Reboot after IP address change
2020-03-07 14:01:53 -08:00
Sebastien
ca70068d88 backpedal on renaming the display component 2020-03-06 17:44:46 -05:00
Sebastien
562bec14fe migrating to esp-idf V4.0 gcc 8.2 and CMake 2020-03-06 16:43:56 -05:00
Sebastien
c97f9e2c59 retrofit to gcc8 2020-03-04 13:01:24 -05:00
philippe44
2b924fa425 Validated 256 pixels SSD1326 2020-03-03 20:37:23 -08:00
philippe44
0bf2c11fdb Correcting annoying AirPlay bug! - release 2020-03-01 00:25:09 -08:00
philippe44
9759c0dbef adding SSD1675 driver 2020-02-29 22:23:34 -08:00
philippe44
2d0eac5aee Remove ELD reference 2020-02-28 20:58:29 -08:00
philippe44
efa818e794 Display improvements 2020-02-28 20:56:49 -08:00
philippe44
4423fa2ad3 y line draw boundary 2020-02-28 10:30:11 -08:00
philippe44
04f74b310d typos - release 2020-02-27 23:07:27 -08:00
philippe44
7584b1bd5b scroller correction + JPEG improvements 2020-02-27 23:05:04 -08:00
philippe44
876ae491a1 add 'pause' 2020-02-27 18:23:05 -08:00
philippe44
bbe6022844 add AirPlay/BT pause length option - release 2020-02-26 23:53:42 -08:00
philippe44
c00f513be7 forgot a few backports - release 2020-02-26 23:48:18 -08:00
philippe44
1ae8f80e53 Complete display + add JPEG 2020-02-26 23:27:28 -08:00
philippe44
a9f1240965 Fixed ClearWindow & few scroller tweaks
systematic verification of ClearWindow done ...
2020-02-25 23:23:08 -08:00
philippe44
a792a8cd5b only slow clear for now 2020-02-25 20:10:16 -08:00
philippe44
5109877909 more display update (still need to fix ClearWindow) 2020-02-25 19:38:08 -08:00
philippe44
9a5d8dac4a add ClearWindow optimization 2020-02-24 23:43:03 -08:00
philippe44
f008229acd more display refactoring, led bug correction 2020-02-24 21:54:56 -08:00
philippe44
94fecbdd47 correct some inlining 2020-02-22 19:35:16 -08:00
philippe44
a3d0b67670 display refactor 2020-02-22 16:09:25 -08:00
philippe44
4e7ff0a37a AirPlay co-existence improvements, couple of display issues 2020-02-18 00:57:33 -08:00
philippe44
ed224f6b71 Add spectrum visualizer 2020-02-16 22:56:14 -08:00
philippe44
6b9a1420bf 32 pixel height display bug 2020-02-11 21:49:43 -08:00
philippe44
ff7b7f0846 Player sends its resolution to LMS + SPI speed settable 2020-02-11 14:31:17 -08:00
philippe44
26c9a9e897 Verify that SPI works with SH1106 2020-02-10 20:44:50 -08:00
philippe44
64fcc0edec More refactoring
- Display is a separated entity
- Make battery configuration consistent with others
- Led config part of led.c
- Jack config moved to monitor.c
2020-02-09 11:36:58 -08:00